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

Function formatYear

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

Source from the content-addressed store, hash-verified

16556}
16557
16558function formatYear(d, p) {
16559 return pad(d.getFullYear() % 100, p, 2);
16560}
16561
16562function formatYearISO(d, p) {
16563 d = dISO(d);

Callers

nothing calls this directly

Calls 1

padFunction · 0.85

Tested by

no test coverage detected