Month off by +1 when converting to Ethiopic date
m3hari opened this issue · 1 comments
m3hari commented
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"