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

When "setDate, null" time not reseting in widget #964

Open YakutD opened 4 years ago

YakutD commented 4 years ago

I m trying to make reset fo form, which has field dattimepicker. I was trying:

modal.find('.datepicker').datetimepicker( "setDate", null );

but only date was unset, not time. How to fix it? Снимок

YakutD commented 4 years ago

My altfield was reseted, main field too, but not in widget ._.