xdan / datetimepicker

jQuery Plugin Date and Time Picker
https://xdsoft.net/jqplugins/datetimepicker/
MIT License
3.5k stars 1.52k forks source link

how to preselect/ highlight the next possible date and time instead of today? #804

Closed litos10 closed 1 year ago

litos10 commented 1 year ago

I have every Monday, Friday and Saturday disabled. Also, just allowed some hours per day.

  allowTimes: [
                '11:00', '11:30', '12:00', '12:30', '13:00', '13:00', '14:00', '14:30', '18:00'
              ],

How to preselect the next date that is not disabled and the first available hour that is also not disabled?