MCPcopy
hub / github.com/tdewolff/minify / createLocal

Function createLocal

_benchmarks/sample_moment.js:3103–3105  ·  view source on GitHub ↗
(input, format, locale, strict)

Source from the content-addressed store, hash-verified

3101 }
3102
3103 function createLocal(input, format, locale, strict) {
3104 return createLocalOrUTC(input, format, locale, strict, false);
3105 }
3106
3107 var prototypeMin = deprecate(
3108 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/',

Callers 15

dayOfYearFromWeekInfoFunction · 0.85
pickByFunction · 0.85
cloneWithOffsetFunction · 0.85
hasAlignedHourOffsetFunction · 0.85
createDurationFunction · 0.85
calendar$1Function · 0.85
isAfterFunction · 0.85
isBeforeFunction · 0.85
isBetweenFunction · 0.85
isSameFunction · 0.85
fromFunction · 0.85

Calls 1

createLocalOrUTCFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…