static String formatDateMonthAndDate(DateTime date) { return DateFormat('MMM d').format(date).toUpperCase(); }