(input, format, locale, strict)
| 17357 | } |
| 17358 | |
| 17359 | function createLocal (input, format, locale, strict) { |
| 17360 | return createLocalOrUTC(input, format, locale, strict, false); |
| 17361 | } |
| 17362 | |
| 17363 | var prototypeMin = deprecate( |
| 17364 | 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/', |
no test coverage detected