formatWeekDay method
Returns a formatted string in the Tempus.weekDayFormat format
Implementation
static String formatWeekDay(DateTime d) => new DateFormat(_weekDayFormat).format(d);
Returns a formatted string in the Tempus.weekDayFormat format
static String formatWeekDay(DateTime d) => new DateFormat(_weekDayFormat).format(d);