The abbreviated month.
In en, this message translates to: '{date}'
@override String abbreviatedMonth(DateTime date) => DateFormat.MMM().format(date);