Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ formatMonthNumber
Function
formatMonthNumber
external/.d3.js:16519–16521 ·
view source on GitHub ↗
(d, p)
Source
from the content-addressed store, hash-verified
16517
}
16518
16519
function
formatMonthNumber(d, p) {
16520
return
pad(d.getMonth() + 1, p, 2);
16521
}
16522
16523
function
formatMinutes(d, p) {
16524
return
pad(d.getMinutes(), p, 2);
Callers
nothing calls this directly
Calls
1
pad
Function · 0.85
Tested by
no test coverage detected