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

Select minutes with minDate issue #737

Open Bajlo opened 10 years ago

Bajlo commented 10 years ago

Hello, nice tool, but there is a bug if minDate: 0 and controlType: 'select' are set. If you click on a current day and change hour select, minutes in minute select stay the same (only future minutes are shown). You need to set first different hour than current hour click Done button and then open datetimepicker again if you want to set time correctly :(