MCPcopy Create free account
hub / github.com/csev/py4e / format

Function format

code/gmane/Chart.bundle.js:3545–3548  ·  view source on GitHub ↗
(inputString)

Source from the content-addressed store, hash-verified

3543 }
3544
3545 function format (inputString) {
3546 var output = formatMoment(this, inputString || utils_hooks__hooks.defaultFormat);
3547 return this.localeData().postformat(output);
3548 }
3549
3550 function from (time, withoutSuffix) {
3551 if (!this.isValid()) {

Callers 1

pastFutureFunction · 0.70

Calls 1

formatMomentFunction · 0.85

Tested by

no test coverage detected