AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
### 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)