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

can't reset min/seconds/milliseconds #951

Open cromartie1984 opened 6 years ago

cromartie1984 commented 6 years ago

when i edit a date i set min/seconds/milliseconds with values but when i want to create a new date, i still got the old values. I reset them with : minute : 0, second : 0, millisec : 0.

But no avail.