getCurrentEthiopianMonth static method

int getCurrentEthiopianMonth()

Returns current Ethiopian month

Implementation

static int getCurrentEthiopianMonth() {
  return ETC.today().month;
}