monthYear property

DateFormat get monthYear

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

Implementation

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