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

Function formatWeekdayNumberMonday

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

Source from the content-addressed store, hash-verified

112734 return pad(d.getSeconds(), p, 2);
112735}
112736function formatWeekdayNumberMonday(d) {
112737 var day = d.getDay();
112738 return day === 0 ? 7 : day;
112739}
112740function formatWeekNumberSunday(d, p) {
112741 return pad((0, _d3Time.timeSunday).count((0, _d3Time.timeYear)(d) - 1, d), p, 2);
112742}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected