-
Notifications
You must be signed in to change notification settings - Fork 80
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
Arvelie cannot represent time before y2k #62
Comments
If you need to point to addresses in another century, you will need to use the |
Thanks for the quick answer! I'm implementing a JS version (EDIT: https://github.com/octref/arvelie) to use it on my own website.
It seems you are handling input of length 5 and 10, so handling input of length 7 would be great, as it must be an arvelie date with full year. I can also send a PR myself. |
I have a patch that makes it work this way:
Does that look fine to you? If so I'll send a PR. |
as long as it doesn't break compat with the current format sure :) |
I'd like to use arvelie to denote moment in the past or future.
Time such as
02A01
refers to2002-01-01
, but1902-01-01
finds no representation in arvelie.The text was updated successfully, but these errors were encountered: