갑자기 테스트 해 보고 싶어서 만들어 본 달력입니다.
인클루드 되는 파일은 무지 많지만 함 시험삼아 보시는 것도 좋겠네요.
어찌됬든 아주 멋있긴 하네요.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Datepicker - Localize calendar</title> <link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css"> <script src="http://jqueryui.com/jquery-1.7.2.js"></script> <script src="http://jqueryui.com/ui/jquery.ui.core.js"></script> <script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script> <script src="http://jqueryui.com/ui/jquery.ui.datepicker.js"></script> <script src="http://jqueryui.com/ui/i18n/jquery.ui.datepicker-ko.js"></script> <link rel="stylesheet" href="http://jqueryui.com/demos/demos.css"> <script> $(function() { $.datepicker.setDefaults( $.datepicker.regional[ "ko" ] ); $( "#datepicker" ).datepicker( { numberOfMonths: 3, showButtonPanel: true } ); }); </script> </head> <body> <div class="demo"> <p>Date: <input type="text" id="datepicker"/> </p> </div><!-- End demo --> </body> </html>
긁어서 사용해 보세요. 모양은 아래와 같습니다.(스샷이에요 ^^;; 작동하지 않아요.)
'프로그래밍 > 개발일반' 카테고리의 다른 글
안드로이드 ksoap2 웹서비스 사용 시 socket failed: EACCES (Permission denied) 뜰때 (4) | 2016.09.30 |
---|---|
안드로이드 스튜디오 설치 시 필요한 JDK 다운경로 (0) | 2016.08.04 |
COM+ 응용프로그램 경로 (0) | 2015.03.12 |
최소 신장 트리 ( MST : Minimal Spanning Tree ) (9) | 2012.06.14 |
Zebra 바코드 ZPL사용 출력 및 한글 인쇄하기(ZM400) (4) | 2011.07.19 |
램디스크 삭제 후 오피스가 정상이 아니라면(네트워크 드라이브 포함) (20) | 2011.04.20 |
솔루션 탐색기에 웹 참조(Web Reference)가 안보일 때 (0) | 2011.04.19 |
CharFX7 트라이얼 버젼 다운로드 (0) | 2011.04.13 |