JQUERY DATEPICKER PLUGIN 사용
다운로드 : http://jqueryui.com/download/ 에 들어가서 Widgets > Datepicker 항목을 선택한 후 다운로드받는다 $(fuction(){ $('input').filter(function(){return this.id.match(/startDt)/);}).datepicker({ closeText: '닫기',prevText: '이전달',nextText: '다음달',currentText: '오늘',monthNamesShort: ['1월','2월','3월','4월','5월','6월', '7월','8월','9월','10월','11월','12월'],dayNamesMin: ['일','월','화','수','목','금','토'],weekHeader: 'Wk',dateFormat: 'yy..