jQuery-Timepicker-Addon icon indicating copy to clipboard operation
jQuery-Timepicker-Addon copied to clipboard

The timepicker.timeRange is not work after i changed the endtime to 00:mm;

Open HOLYYUN opened this issue 7 years ago • 0 comments
trafficstars

I use the timepicker to set starttime and end time in this core $.timepicker.timeRange($('#FirstDateTimeBegin'),$('#FirstDateTimeEnd'), { minInterval: (1000 * 60 * 60), // 1h timeFormat: 'HH:mm', start: {}, // start picker options end: {} // end picker options } ); if i don't set endtime to 00:mm,it's worked; After i set the endtime to 00:mm,it's not worked again。 it's also happend at the examples http://trentrichardson.com/examples/timepicker/

HOLYYUN avatar Apr 11 '18 02:04 HOLYYUN