(input, format, locale, strict)
| 2982 | } |
| 2983 | |
| 2984 | function local__createLocal (input, format, locale, strict) { |
| 2985 | return createLocalOrUTC(input, format, locale, strict, false); |
| 2986 | } |
| 2987 | |
| 2988 | var prototypeMin = deprecate( |
| 2989 | 'moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548', |
no test coverage detected