The year and month.
In en, this message translates to: '{date}'
@override String yearMonth(DateTime date) => DateFormat.yMMMM().format(date);