MCPcopy Create free account
hub / github.com/breck7/scroll / formatWeekNumberSunday

Function formatWeekNumberSunday

external/.d3.js:16536–16538  ·  view source on GitHub ↗
(d, p)

Source from the content-addressed store, hash-verified

16534}
16535
16536function formatWeekNumberSunday(d, p) {
16537 return pad(timeSunday.count(timeYear(d) - 1, d), p, 2);
16538}
16539
16540function dISO(d) {
16541 var day = d.getDay();

Callers

nothing calls this directly

Calls 1

padFunction · 0.85

Tested by

no test coverage detected