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