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

정보공유

[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 53건 3 페이지
번호 제목 글쓴이 날짜 조회
23 단어가 다음행으로 떨어질때 단어가 잘리지 않게 처리 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-31 49702
22 jquery 심플 챠트 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-31 53647
21 ajax 로 불러오는 html 에 hover 처리를 해야할경우 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-31 37177
20 ajax 를 이용한 비동기식 삭제 데이터 처리. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-20 39335
19 Magnific Popup 예제 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-19 40747
18 array radio 버튼 유효성 체크 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-16 33609
17 jQuery 3 이상 버전환경일경우 size() 오류 대처 방법. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-14 33008
16 jquery 를 쓰지않고 ajax 로 데이터값 전송하기. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-05 31557
15 폼 엔터 처리 막기. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 03-16 32953
14 Jquery Plugin gallery - Magnific Popup 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-07 54295
13 table 비동기식 삭제 처리. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-12 33982
12 폼안에 수정된 값이 있는지 확인하는 간단한 방법. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-07 35614
11 눈 내리는 효과 - jQuery Snow Falling plugin 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12-06 54455
10 form reset clearform 먹히지 않습니다. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-14 35562
9 jquery 로 비동기식 ul li 추가/삭제 할 경우. 최고관리자쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 04-16 58720