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

05 2015 → DD YYYY #60

Open gibito opened 7 years ago

gibito commented 7 years ago

moment.parseFormat('05 2015') parsed to DD YYYY, I expected: MM 2015

gr2m commented 7 years ago

Thanks Gianluca! I’d a accept a pull request for it. You can add a test case to https://github.com/gr2m/moment-parseformat/blob/master/test/moment-parseformat-test.js#L101-L108