trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

minDateTime #716

Open tapin13 opened 10 years ago

tapin13 commented 10 years ago

When I set minDateTime it's not set minDate. When I open Calendar, I can choose Date "end" before Date "start".

To fix this bug, i have to set option twice. minDate and then minDateTime.

sandrock commented 10 years ago

I have a repro of this bug but I'm unable to fix it.

Here is a example of the bug: https://gist.github.com/sandrock/574c0b0ded283ab40906

Setting the minDate alone clear the time part of the field.
Setting minDateTime then minDate works.