首页 > 代码库 > jq datepicker

jq datepicker

var aa={
minDate:"+3",
maxDate:"+1M+3D"
}
$(document).ready(function(){
$("#date").datepicker(aa)
})
</script>
<style type="text/css">
.scale{width: 250px;background: #F3F3F3;}
.img{width: 175px;height: 100px;}
</style>
</style>
</head>
<body>
时间:<input type="text" name="date" id="date" value="" />
</body>

jq datepicker