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

Function formatWeekNumberMonday

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

Source from the content-addressed store, hash-verified

112752 return d.getDay();
112753}
112754function formatWeekNumberMonday(d, p) {
112755 return pad((0, _d3Time.timeMonday).count((0, _d3Time.timeYear)(d) - 1, d), p, 2);
112756}
112757function formatYear(d, p) {
112758 return pad(d.getFullYear() % 100, p, 2);
112759}

Callers

nothing calls this directly

Calls 1

padFunction · 0.70

Tested by

no test coverage detected