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
What is going on here? Is there a fix or workaround? moment.duration(3.033333333, "minutes").format("H:mm:ss.SSS");
or moment.duration(3.033333333, "minutes").format("H:mm:ss.S");
...yield this result: "3:01.1,000"
And then to confuse the situation further, moment.duration(3.033333333, "minutes").format("H:mm:ss.SS");
...yields: "3:01.10"
The text was updated successfully, but these errors were encountered:
What is going on here? Is there a fix or workaround?
moment.duration(3.033333333, "minutes").format("H:mm:ss.SSS");
or
moment.duration(3.033333333, "minutes").format("H:mm:ss.S");
...yield this result:
"3:01.1,000"
And then to confuse the situation further,
moment.duration(3.033333333, "minutes").format("H:mm:ss.SS");
...yields:
"3:01.10"
The text was updated successfully, but these errors were encountered: