I am using the boostrap-material-datetimepicker.js which as a result follows below:
The only problem is that when I change the line below:
minDate: moment().endOf('day')
It also disables the schedule according to figure 2, however when I put:
minDate: null
I can select the times, but in compensation, the previous dates are also disabled.
How do I enable schedules, but keep previous dates disabled?