yMMMd static method

String yMMMd([
  1. DateTime? datetime
])

Formats a date as MMM d, y.

Implementation

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