MMMd property
String
get
MMMd
Returns the abbreviated month and date. Example: Sep 23
Implementation
// ignore: non_constant_identifier_names
String get MMMd => _defaultDisplay.MMMd(dateTime);
Returns the abbreviated month and date. Example: Sep 23
// ignore: non_constant_identifier_names
String get MMMd => _defaultDisplay.MMMd(dateTime);