getTodayIndex function
Retourns the day index throughout the week of the current day. See getDayIndex().
Implementation
int getTodayIndex() => getDayIndex(getToday());
Retourns the day index throughout the week of the current day. See getDayIndex().
int getTodayIndex() => getDayIndex(getToday());