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

Function formatUTCWeekdayNumberSunday

docs/app/js/sanddance-app.js:112818–112820  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

112816 return pad((0, _d3Time.utcThursday).count((0, _d3Time.utcYear)(d), d) + ((0, _d3Time.utcYear)(d).getUTCDay() === 4), p, 2);
112817}
112818function formatUTCWeekdayNumberSunday(d) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected