getTodayEthiopianDate static method
Returns today's Ethiopian date as a formatted string
Implementation
static String getTodayEthiopianDate() {
final today = ETC.today();
return '${today.year}-${today.month}-${today.day}';
}
Returns today's Ethiopian date as a formatted string
static String getTodayEthiopianDate() {
final today = ETC.today();
return '${today.year}-${today.month}-${today.day}';
}