MMM property

String MMM

Returns the abbreviated month. Example: Sep

Implementation

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