smalot / bootstrap-datetimepicker

Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
http://www.malot.fr/bootstrap-datetimepicker/
Apache License 2.0
3.49k stars 1.65k forks source link

How to add min / max time depending on day of the week? #112

Open lethalMango opened 11 years ago

lethalMango commented 11 years ago

Is it possible to have a minimum (earliest) time that can be selected, as well as a maximum (latest) time that can be selected depending on which day of the week is selected?

I saw it was possible to have it over a period i.e. earliest datetime and latest datetime but nothing on specific dates?

slishnevsky commented 7 years ago

Yes, I need this to !!! In 99.99% of cases, date input should be restricted to future datetime, thus disabling dates in the datetime pickers before today. Of course its possible to add JS validation, but it would be nice to set this as an attribute or parameter, like in HTML 5 input type date. Thanks a lot, great component!