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

Function formatHour24

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

Source from the content-addressed store, hash-verified

16497}
16498
16499function formatHour24(d, p) {
16500 return pad(d.getHours(), p, 2);
16501}
16502
16503function formatHour12(d, p) {
16504 return pad(d.getHours() % 12 || 12, p, 2);

Callers

nothing calls this directly

Calls 1

padFunction · 0.85

Tested by

no test coverage detected