monthYear property
String
get
monthYear
Formats the current number as a string only containing the month and year.
Returns a string representation of the month and year.
Implementation
String get monthYear => DateFormats.monthYear.format(toDateTime);