jQuery-Timepicker-Addon
jQuery-Timepicker-Addon copied to clipboard
When "setDate, null" time not reseting in widget
trafficstars
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?
My altfield was reseted, main field too, but not in widget ._.