As the title says.
F.e if I set minDate to new Date() and its 5 o'clock I want to start at 5 o'clock to scroll my time. Starting at 0 makes no sense as I can scroll the time back to f.e. 4 o'clock and so my entered time is today 4:00 although minDate is set to now and now its today 5:00.
Time selecting should be so intelligent that it did not allow selecting a time before now if I set minDate to new Date().
Currrently using the datepicker for a callback formular where the user should not be allowed to select a time in the past.
As the title says.
F.e if I set minDate to new Date() and its 5 o'clock I want to start at 5 o'clock to scroll my time. Starting at 0 makes no sense as I can scroll the time back to f.e. 4 o'clock and so my entered time is today 4:00 although minDate is set to now and now its today 5:00.
Time selecting should be so intelligent that it did not allow selecting a time before now if I set minDate to new Date().
Currrently using the datepicker for a callback formular where the user should not be allowed to select a time in the past.