MCPcopy Create free account
hub / github.com/microsoft/SandDance / formatUTCMicroseconds

Function formatUTCMicroseconds

docs/app/js/sanddance-app.js:112791–112793  ·  view source on GitHub ↗
(d, p)

Source from the content-addressed store, hash-verified

112789 return pad(d.getUTCMilliseconds(), p, 3);
112790}
112791function formatUTCMicroseconds(d, p) {
112792 return formatUTCMilliseconds(d, p) + "000";
112793}
112794function formatUTCMonthNumber(d, p) {
112795 return pad(d.getUTCMonth() + 1, p, 2);
112796}

Callers

nothing calls this directly

Calls 1

formatUTCMillisecondsFunction · 0.70

Tested by

no test coverage detected