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
Hi, I know it's a very tiny issue.
Current code: jQuery('#datetimepicker').datetimepicker({ format:'m/d/Y H:m:s' });.
According to API, I think it should be: jQuery('#datetimepicker').datetimepicker({ dateFormat:'m/d/Y H:m:s' });.
Thx again for your amazing framework.
The text was updated successfully, but these errors were encountered:
Hi, I know it's a very tiny issue.
Current code:
jQuery('#datetimepicker').datetimepicker({ format:'m/d/Y H:m:s' });
.According to API, I think it should be:
jQuery('#datetimepicker').datetimepicker({ dateFormat:'m/d/Y H:m:s' });
.Thx again for your amazing framework.
The text was updated successfully, but these errors were encountered: