Format a date as month and day.
format_class_date(d, abbr = TRUE)
format_class_day_date(d, abbr_month = TRUE, abbr_wday = TRUE)
A date.
Abbreviate the month.
Abbreviate the month.
Abbreviate the day of the week.
The formatted date.
format_class_day_date()
: Format a date as day of week, month, and day.