답변 1개
채택된 답변
+20 포인트
8년 전
</p><p><link rel="stylesheet" href="<a href="<a href="http://code.jquery.com/ui/1.8.18/themes/base/jquery-ui.css" target="_blank" rel="noopener noreferrer">http://code.jquery.com/ui/1.8.18/themes/base/jquery-ui.css</a>"><a href="http://code.jquery.com/ui/1.8.18/themes/base/jquery-ui.css" target="_blank" rel="noopener noreferrer">http://code.jquery.com/ui/1.8.18/themes/base/jquery-ui.css</a></a>" type="text/css" media="all" /></p><p><script src="<a href="<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" target="_blank" rel="noopener noreferrer">http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js</a>"><a href="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" target="_blank" rel="noopener noreferrer">http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js</a></a>" type="text/javascript"></script></p><p><script src="<a href="<a href="http://code.jquery.com/ui/1.8.18/jquery-ui.min.js" target="_blank" rel="noopener noreferrer">http://code.jquery.com/ui/1.8.18/jquery-ui.min.js</a>"><a href="http://code.jquery.com/ui/1.8.18/jquery-ui.min.js" target="_blank" rel="noopener noreferrer">http://code.jquery.com/ui/1.8.18/jquery-ui.min.js</a></a>" type="text/javascript"></script></p><p> </p><p><script></p><p>$(function() {</p><p> $( "#datepicker1, #datepicker2" ).datepicker({</p><p> dateFormat: 'yy-mm-dd',</p><p> prevText: '이전 달',</p><p> nextText: '다음 달',</p><p> monthNames: ['1월','2월','3월','4월','5월','6월','7월','8월','9월','10월','11월','12월'],</p><p> monthNamesShort: ['1월','2월','3월','4월','5월','6월','7월','8월','9월','10월','11월','12월'],</p><p> dayNames: ['일','월','화','수','목','금','토'],</p><p> dayNamesShort: ['일','월','화','수','목','금','토'],</p><p> dayNamesMin: ['일','월','화','수','목','금','토'],</p><p> showMonthAfterYear: true,</p><p> yearSuffix: '년'</p><p> });</p><p>});</p><p></script></p><p> </p><p><input type="text" id="datepicker1" name="wr_2" value="<?echo $write["wr_2"]?>"></p><p><input type="text" id="datepicker2" name="wr_3" value="<?echo $write["wr_3"]?>"></p><p>
이대로 넣어보세요
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
디자인럽
8년 전
너무 잘되네요~^^ 감사합니다.!
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인