araddon / dateparse

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

Add support for dd-mm-yyyy (digit month) formats #147

Closed hartfordfive closed 2 years ago

hartfordfive commented 2 years ago

Some European dates are formatted as dd-mm-yyyy where day month and year are all digits.

Fixes #139

Signed-off-by: Daniel Ferstay dferstay@splunk.com