monthNameShort property

String get monthNameShort

Gets the short name of the month.

Implementation

String get monthNameShort => locale.monthsShort[month - 1];