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 9:20pm → dddd h:mma #18

Closed ledanglong closed 9 years ago

ledanglong commented 9 years ago

moment.parseFormat('Thursday 9:20pm') parsed to dddd h:mma, I expected: <please fill in>

gr2m commented 9 years ago

what's the issue here? Thursday 9:20pm parses to dddd h:mma which is correct, isn't it?