(input, format, locale, strict)
| 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/', |
no test coverage detected
searching dependent graphs…