yMMMd static method

String yMMMd([
  1. DateTime? datetime
])

Implementation

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