monthYear property

DateFormat monthYear

Provides a DateFormat instance for a format including only the month and year "MMMM yyyy".

Implementation

static DateFormat get monthYear => DateFormat('MMMM yyyy');