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