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

Repeatedly setting options not working #928

Open pnt9948 opened 6 years ago

pnt9948 commented 6 years ago

Repeatedly setting minTime and maxTime options not working. It works for only once. How to set minTime 9:00 am and after that set it again as 8:00 am ? Do timepicker needs to be destroyed for this? If yes, then how we can destroy the timepicker and call it with new options again ?