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

datetimepicker("option", options) not work #941

Open gaojianzhuang opened 6 years ago

gaojianzhuang commented 6 years ago

Currently, I use the "$('#test').datetimepicker("option", options"); $('#test').datetimepicker("refresh");" not work. And we cannot get the datetimepicker instance via the "$('#test').data('datetimepicker')". But we can get it via the “$('#test').data('datepicker')”;

Please support it. Thanks.