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

Add support for ('setDate', null) #714

Closed jhron closed 10 years ago

jhron commented 10 years ago

When ('setDate', null) is called it deletes only date part of alternate field but time still remains. This patch should fix the problem and properly delete whole alternate field in case that null is set as new date.

trentrichardson commented 10 years ago

Thank you for the fix!