MCPcopy 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
16519function formatMonthNumber(d, p) {
16520 return pad(d.getMonth() + 1, p, 2);
16521}
16522
16523function formatMinutes(d, p) {
16524 return pad(d.getMinutes(), p, 2);

Callers

nothing calls this directly

Calls 1

padFunction · 0.85

Tested by

no test coverage detected