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

"JUNE 9TH - JUNE 23RD, 2014" is parsed as 06/09/201*5* - 06/23/2014 #110

Open
zhemaituk opened this issue Feb 13, 2015 · 2 comments
Open

Comments

@zhemaituk
Copy link

Common year part for a date range is considered only for nearest date in string.
E.g. parsing
"JUNE 9TH - JUNE 23RD, 2014"
results in a single DateGroup with two dates in it:
2015-06-09
2014-06-23

@sirpy
Copy link

sirpy commented Oct 13, 2015

seems related to issue 120#.
support for dash seems to be lacking

@joestelmach
Copy link
Owner

The dash is not important in this case as you can substitute it with 'and', 'or', 'to', 'through', etc. with the same result.

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

No branches or pull requests

3 participants