🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### jquery data ``` $(function(){ ~~~ // window.onload = function() { // 日期判断 new Jquerydata({ el: '#traveltime', format: 'YYYY-MM-DD', beginYear: 1945, endYear: (new Date).getFullYear(), confirm: function(date) { var d = new Date(), d1 = new Date(date.replace(/\-/g, "\/")), d2 = new Date(d.getFullYear() + '/' + (d.getMonth() + 1) + '/' + d.getDate()); //如果非'YYYY-MM-DD'格式,需要另做调整 if (d1 > d2) { layer.msg('不能大于当前的日期'); return false; } } }) // } ~~~ }) ``` ### layerdate ``` ~~~ // Laydate.render({ // elem:"#traveltime", // trigger:"click" // }); ~~~ ``` [https://www.layui.com/demo/laydate.html](https://www.layui.com/demo/laydate.html)