MMMd property

String MMMd

Returns the abbreviated month and date. Example: Sep 23

Implementation

// ignore: non_constant_identifier_names
String get MMMd => _defaultDisplay.MMMd(dateTime);