You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: