jq的时间插件
jQuery多功能日期插件asDatepicker
1.需要引入的js文件
<script src="jquery.js"></script>
<script src="dist/jquery-asDatepicker.min.js"></script>2.需要写的html代码
<input type="text" id="calendar">//id可以自定义3.需要的js方法
$(document).ready(function(){
$("#calendar").asDatepicker();});效果图

浙公网安备 33010602011771号