Moment.js | Docs
When creating a moment from a string, we first check if the string matches known ISO 8601 formats, then fall back to new Date(string) if a known format is not found. var day = moment("1995-12-25"); Warning: Browser support for parsing strings is inconsist...