Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dferstay
Copy link

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

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

Fixes araddon#139

Signed-off-by: Daniel Ferstay <dferstay@splunk.com>
@hartfordfive
Copy link

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

@dferstay
Copy link
Author

dferstay commented Jan 6, 2022

@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
Copy link

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

klondikedragon added a commit to itlightning/dateparse that referenced this pull request Dec 13, 2023
Incorporate PR araddon#140 from
https://github.com/dferstay to fix
araddon#139

PR is adapted to avoid duplicate code and validate format
klondikedragon added a commit to itlightning/dateparse that referenced this pull request Dec 13, 2023
Incorporate PR araddon#140 from
https://github.com/dferstay to fix
araddon#139

This also fixes araddon#155
(duplicate of issue 139)

PR is adapted to avoid duplicate code and validate format.
iTanken added a commit to godoes/dateparse that referenced this pull request Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support eurodate format (dd-mmm-yy with a digit month)
3 participants