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?
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?