static String formatDate(DateTime date, {String format = 'MMM dd, yyyy'}) { return DateFormat(format).format(date); }