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

Dev #829

Closed carldiegelmann closed 9 years ago

carldiegelmann commented 9 years ago

After pressing the "Now" button the datetime value didn't went immediately to our property update, but was shown above the datetime picker. Calling the onSelectHandler in _gotoToday solved that problem.

trentrichardson commented 9 years ago

Thanks @carldiegelmann I have merged with dev and will test it out.