static String formatDateAsDayWithRemoveToday(DateTime date) { final String day = formatDateAsDay(date); return day == "Today" ? '' : ', $day'; }