The short date.
In en, this message translates to: '{date}'
@override String shortDate(DateTime date) => DateFormat.yMd().format(date);