formatMonth property

String get formatMonth

Returns a string representation of this date with the format MMMM.

Example: DateTime.now().formatMonth -> August.

Implementation

String get formatMonth => format('MMMM');