Creates an ETC object for a specific date
static ETC createEthiopianDate(int year, int month, int day) { return ETC(year: year, month: month, day: day); }