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

Function formatUTCWeekNumberMonday

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

Source from the content-addressed store, hash-verified

112819 return d.getUTCDay();
112820}
112821function formatUTCWeekNumberMonday(d, p) {
112822 return pad((0, _d3Time.utcMonday).count((0, _d3Time.utcYear)(d) - 1, d), p, 2);
112823}
112824function formatUTCYear(d, p) {
112825 return pad(d.getUTCFullYear() % 100, p, 2);
112826}

Callers

nothing calls this directly

Calls 1

padFunction · 0.70

Tested by

no test coverage detected