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

Function createLocal

tests/test_code/js/moment/moment.js:3024–3026  ·  view source on GitHub ↗
(input, format, locale, strict)

Source from the content-addressed store, hash-verified

3022 }
3023
3024 function createLocal(input, format, locale, strict) {
3025 return createLocalOrUTC(input, format, locale, strict, false);
3026 }
3027
3028 var prototypeMin = deprecate(
3029 '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