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 #140

Open dferstay opened 2 years ago

dferstay 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

hartfordfive commented 2 years ago

Any updates on this? Would be great if this could be merged instead of forking this repo to add the changes.

dferstay commented 2 years ago

@hartfordfive ,

Any updates on this? Would be great if this could be merged instead of forking this repo to add the changes.

Completely agree that it would be great to get this merged; this library has a lot of promise.

JCharante commented 9 months ago

Still nothing two years later. Is there a popular fork people are using? This repo is still no. 1 when you search for dateparse golang