getCurrentEthiopianDay static method

int getCurrentEthiopianDay()

Returns current Ethiopian day

Implementation

static int getCurrentEthiopianDay() {
  return ETC.today().day;
}