yearMonth method

  1. @override
String yearMonth(
  1. DateTime date
)
override

The year and month.

In en, this message translates to: '{date}'

Implementation

@override
String yearMonth(DateTime date) => DateFormat.yMMMM().format(date);