当前时间之前的日期不能选择,添加个min,主要代码如下: var now = new Date(); startTime= laydate.render({ elem: '#test1', type: 'datetime', format: 'yyyy-MM-dd HH:mm:ss', theme: 'molv', min:now.toLocaleString(), ready: function(date){ //可以自定义时分秒 this.dateTime.hours=now.getHour…