티스토리 뷰
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<tr>
<th>시작일자를 선택해주세요</th>
<td><input type="text" name='start_date' id="start_date" class="selector" /> </td>
</tr>
//Date range picker
$('#start_date').datepicker({
controlType:'select',
oneLine:true,
dateFormat: 'yy-mm-dd',
prevText: '이전 달',
nextText: '다음 달',
monthNames: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
monthNamesShort: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
dayNames: ['일', '월', '화', '수', '목', '금', '토'],
dayNamesShort: ['일', '월', '화', '수', '목', '금', '토'],
dayNamesMin: ['일', '월', '화', '수', '목', '금', '토'],
showMonthAfterYear: true,
yearSuffix: '년',
minDate: 0
});
$('#start_date').val($.datepicker.formatDate('yy-mm-dd', new Date()));
$('#end_date').datepicker({
controlType:'select',
oneLine:true,
dateFormat: 'yy-mm-dd',
prevText: '이전 달',
nextText: '다음 달',
monthNames: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
monthNamesShort: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
dayNames: ['일', '월', '화', '수', '목', '금', '토'],
dayNamesShort: ['일', '월', '화', '수', '목', '금', '토'],
dayNamesMin: ['일', '월', '화', '수', '목', '금', '토'],
showMonthAfterYear: true,
yearSuffix: '년',
minDate: 0
});
$('#end_date').datepicker("option", "onClose", function ( selectedDate ) {
$("#start_date").datepicker( "option", "maxDate", selectedDate );
});
'WEB 웹 > jQuery' 카테고리의 다른 글
jsTree 사용법 🌳 (0) | 2024.08.14 |
---|---|
input 입력한 글자 뽑기2 (0) | 2017.07.23 |
jQuery 스크롤 원하는 위치로 이동시키기 (0) | 2017.07.20 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Tomcat
- node관리
- Eclipse
- floating button
- Oracle
- 위잇딜라이트
- Apach
- 맥
- 오라클
- 터미널
- 힘냉면록
- 이클립스
- 조직도관리
- 최고심
- 톰캣
- SQL
- jstree
- 토라식당
- 성수밥
- input
- tree로만들기
- Mac
- server.xml
- 르프리크
- 정규식
- 성수뚝떡
- html
- 아파치
- Lalavel
- 메뉴관리
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함