JQuery官方的datepicker有个局限,就是不能精确到分钟或秒,在网上找到一个很好用的插件,并已经用在了我们的项目中。
如果要改成中文,用法如下:
$(function(){ $(".jq-date").datetimepicker({ timeFormat: 'HH:mm:ss', timeText: '时间', hourText: '小时', minuteText: '分', secondText: '秒', currentText: '当前', closeText: '确定' }); })
传送门:http://trentrichardson.com/examples/timepicker/#alt_examples
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。