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

Function dISO

external/.d3.js:16540–16543  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

16538}
16539
16540function dISO(d) {
16541 var day = d.getDay();
16542 return (day >= 4 || day === 0) ? timeThursday(d) : timeThursday.ceil(d);
16543}
16544
16545function formatWeekNumberISO(d, p) {
16546 d = dISO(d);

Callers 2

formatWeekNumberISOFunction · 0.85
formatYearISOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected