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