MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / kFormat

Function kFormat

tests/test_code/js/moment/moment.js:1867–1869  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1865 }
1866
1867 function kFormat() {
1868 return this.hours() || 24;
1869 }
1870
1871 addFormatToken('H', ['HH', 2], 0, 'hour');
1872 addFormatToken('h', ['hh', 2], 0, hFormat);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected