Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16558
function
formatYear(d, p) {
16559
return
pad(d.getFullYear() % 100, p, 2);
16560
}
16561
16562
function
formatYearISO(d, p) {
16563
d = dISO(d);
Callers
nothing calls this directly
Calls
1
pad
Function · 0.85
Tested by
no test coverage detected