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

Function formatMicroseconds

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

Source from the content-addressed store, hash-verified

112722 return pad(d.getMilliseconds(), p, 3);
112723}
112724function formatMicroseconds(d, p) {
112725 return formatMilliseconds(d, p) + "000";
112726}
112727function formatMonthNumber(d, p) {
112728 return pad(d.getMonth() + 1, p, 2);
112729}

Callers

nothing calls this directly

Calls 1

formatMillisecondsFunction · 0.70

Tested by

no test coverage detected