We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
11-12-2012 could be a little-endian date (11 december) or a middle-endian date (12 november) and is thus dubious.
11-12-2012
Currently, the parser returns nothing for these dates, but the year can be unambiguously determined: 2012.
2012
The text was updated successfully, but these errors were encountered:
Do you think 0-0-2012 should return null or 2012?
0-0-2012
Sorry, something went wrong.
I would return 2012.
1-1-2012 is also a very common representation for 2012, but that one cannot be transformed to 2012.
1-1-2012
No branches or pull requests
11-12-2012
could be a little-endian date (11 december) or a middle-endian date (12 november) and is thus dubious.Currently, the parser returns nothing for these dates, but the year can be unambiguously determined:
2012
.The text was updated successfully, but these errors were encountered: