You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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/
The text was updated successfully, but these errors were encountered: