getCurrentEthiopianYear static method
Returns current Ethiopian year
Implementation
static int getCurrentEthiopianYear() {
return ETC.today().year;
}
Returns current Ethiopian year
static int getCurrentEthiopianYear() {
return ETC.today().year;
}