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

Function formatWeekdayNumberSunday

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

Source from the content-addressed store, hash-verified

112749 return pad((0, _d3Time.timeThursday).count((0, _d3Time.timeYear)(d), d) + ((0, _d3Time.timeYear)(d).getDay() === 4), p, 2);
112750}
112751function formatWeekdayNumberSunday(d) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected