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
Replacing the moment.js level used in the examples page (index.html) results in the Alternative UI Widgets Example failing when the first date is selected. The end time is filled with Invalid date.
I installed moment.js via npm and just changed the single line ...
<script src="lib/moment.min.js"></script>
... to include the new level.
The text was updated successfully, but these errors were encountered:
Replacing the moment.js level used in the examples page (index.html) results in the Alternative UI Widgets Example failing when the first date is selected. The end time is filled with Invalid date.
I installed moment.js via npm and just changed the single line ...
<script src="lib/moment.min.js"></script>
... to include the new level.
The text was updated successfully, but these errors were encountered: