위토즈 - 개발자프로그램판매공간

정보공유

[JQUERY] datepicker 예제

[code]


<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css" rel="stylesheet" />
<style type="text/css">
<!--
.ui-datepicker { font:12px dotum; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 70px;}
.ui-datepicker-trigger { margin:0 0 -5px 2px; }
-->
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.min.js"></script>
<script type="text/javascript">
<!--
jQuery(document).ready(function () {

$.datepicker.regional['ko'] = {
closeText: '닫기',
prevText: '이전달',
nextText: '다음달',
currentText: '오늘',
monthNames: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)',
'7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'],
monthNamesShort: ['1월','2월','3월','4월','5월','6월',
'7월','8월','9월','10월','11월','12월'],
dayNames: ['일','월','화','수','목','금','토'],
dayNamesShort: ['일','월','화','수','목','금','토'],
dayNamesMin: ['일','월','화','수','목','금','토'],
weekHeader: 'Wk',
dateFormat: 'yy-mm-dd',
firstDay: 0,
isRTL: false,
showMonthAfterYear: true,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['ko']);

$('#rent_date_s').datepicker({
showOn: 'button',
buttonImage: '../img/calendar.gif',
buttonImageOnly: true,
buttonText: "달력",
changeMonth: true,
changeYear: true,
showButtonPanel: true,
showOn: "both", //엘리먼트와 이미지 동시 사용(both,button)
yearRange: 'c-0:c+9',
minDate: '+0d'
});

});
//-->
</script>

[/code]
정보공유
Total 49건 3 페이지
번호 제목 글쓴이 날짜 조회
19 Magnific Popup 예제 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-19 32871
18 array radio 버튼 유효성 체크 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-16 26996
17 jQuery 3 이상 버전환경일경우 size() 오류 대처 방법. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-14 26113
16 jquery 를 쓰지않고 ajax 로 데이터값 전송하기. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-05 24985
15 폼 엔터 처리 막기. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-16 25799
14 Jquery Plugin gallery - Magnific Popup 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-07 43000
13 table 비동기식 삭제 처리. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-12 26413
12 폼안에 수정된 값이 있는지 확인하는 간단한 방법. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-07 28434
11 눈 내리는 효과 - jQuery Snow Falling plugin 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-06 42795
10 form reset clearform 먹히지 않습니다. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-14 28417
9 jquery 로 비동기식 ul li 추가/삭제 할 경우. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-16 47619
8 jquery mobile 에서 스와이프 페이징. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-24 31513
7 jquery 레이아웃 플러그인. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-21 41227
6 jQuery UI Touch Punch 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-07 28230
5 jquery 롤링 모음. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-25 39277