Calendar.js文件:
下载地址
http://u.xunzai.com/fileview_1198749.html
jsp页面调用:
<input type="text" name="date" readonly="true"/>
<script>Calendar.setup({inputField: "doc_effective_time", singleClick: false, singleClick: true, showsTime: true, ifFormat: "%Y-%m-%d %H:%M", cache: true, weekNumbers:false, showOthers: true, step: 1});</script>
效果显示:
只要一点击文本框就会弹出下图所显示的日历,这样你就无需手动输入日期了