Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ formatSeconds
Function
formatSeconds
external/.d3.js:16527–16529 ·
view source on GitHub ↗
(d, p)
Source
from the content-addressed store, hash-verified
16525
}
16526
16527
function
formatSeconds(d, p) {
16528
return
pad(d.getSeconds(), p, 2);
16529
}
16530
16531
function
formatWeekdayNumberMonday(d) {
16532
var
day = d.getDay();
Callers
nothing calls this directly
Calls
1
pad
Function · 0.85
Tested by
no test coverage detected