Formats the month and day of the given date.
date
Examples:
@override String formatShortMonthDay(DateTime date) { return _shortMonthDayFormat.format(date); }