The day of the month.
In en, this message translates to: '{date}'
@override String day(DateTime date) => DateFormat.d().format(date);