gr2m / moment-parseformat

A moment.js plugin to extract the format of a date/time string
http://gr2m.github.io/moment-parseformat
Apache License 2.0
45 stars 30 forks source link

Thursday, February 6th, 2014 9:20pm → dddd, MMMM Do, YYYY h:mma #3

Closed gr2m closed 10 years ago

gr2m commented 10 years ago

parsed format is correct, but moment('Thursday, February 6th, 2014 9:20pm', 'dddd, MMMM Do, YYYY h:mma') doesn't parse 6th correctly, Do is not supported for parsing, see https://github.com/moment/moment/issues/1475