araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.03k stars 164 forks source link

Parsing failed for 31-Oct-22 #152

Open dhairya-chai opened 1 year ago

dhairya-chai commented 1 year ago

Parse strict is failing for: t, e := dateparse.ParseStrict("31-Oct-22")

Throwing error: This date has ambiguous mm/dd vs dd/mm type format. Why is ParseStrict not able to parse this?