Formats a date as EEE, MMM d, y.
EEE, MMM d, y
static String yMMMEd([DateTime? datetime]) => DateFormat.format(datetime, 'EEE, MMM d, y');