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

Function calendar

tests/test_code/js/moment/moment.js:433–436  ·  view source on GitHub ↗
(key, mom, now)

Source from the content-addressed store, hash-verified

431 };
432
433 function calendar(key, mom, now) {
434 var output = this._calendar[key] || this._calendar['sameElse'];
435 return isFunction(output) ? output.call(mom, now) : output;
436 }
437
438 function zeroFill(number, targetLength, forceSign) {
439 var absNumber = '' + Math.abs(number),

Callers

nothing calls this directly

Calls 1

isFunctionFunction · 0.85

Tested by

no test coverage detected