<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf_8">
<title>date</title>
<link href="js/jquery.datepick.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.full.js"></script>
<script type="text/javascript" src="js/jquery.datepick.js"></script>
<script type="text/javascript" src="js/jquery.datepick-zh-CN.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#date').datepick({dateFormat: 'yy-mm-dd'});
});
</script>
</head>
<body>
<input name="date" id="date">
</body>
</html>
评论3
最新资源