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