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
Today is 2017-04-30 g.c 2009-08-22 e.c
When converting to Ethiopic calendar, the month is off by +1. Here is a snippet to reproduce the issue.
var today = new Ken(new Date()); today.toEC().toString();
returns "2009-09-22"
The text was updated successfully, but these errors were encountered:
Quick fix for issue #12
819c72d
Thanks, that only happened when using Date Object as ken input. Fixed with #13
Sorry, something went wrong.
No branches or pull requests
Today is
2017-04-30 g.c
2009-08-22 e.c
When converting to Ethiopic calendar, the month is off by +1. Here is a snippet to reproduce the issue.
returns "2009-09-22"
The text was updated successfully, but these errors were encountered: