MCPcopy 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
16527function formatSeconds(d, p) {
16528 return pad(d.getSeconds(), p, 2);
16529}
16530
16531function formatWeekdayNumberMonday(d) {
16532 var day = d.getDay();

Callers

nothing calls this directly

Calls 1

padFunction · 0.85

Tested by

no test coverage detected