1 1개
html
2 2개
html
Copy
<!DOCTYPE html>
<meta charset="utf-8" />
<link rel="stylesheet" href="http://code.jquery.com/ui/1.8.18/themes/base/jquery-ui.css" type="text/css" media="all" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.8.18/jquery-ui.min.js" type="text/javascript"></script>
<script>
$(function() {
$.datepicker.setDefaults({
dateFormat: 'yy-mm-dd'
});
$( "#datepicker1" ).datepicker();
$( "#datepicker2" ).datepicker();
});
</script>
<p>조회기간 <input type="text" id="datepicker1"> ~ <input type="text" id="datepicker2"></p>
편집자 59.14.81.4 106.240.245.74 Jmnote 1.224.37.62 100.96.3.16 Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.