Format a range of dates.
format_date_range(dates, abbr = TRUE)
format_day_date_range(dates, abbr_month = TRUE, abbr_wday = TRUE)
A named list or vector of dates with elements start
and stop
.
Abbreviate the month.
Abbreviate the months.
Abbreviate the days of the week.
A formatted date
Format a range of dates, using a similar format to
format_class_date()
format_day_date_range()
: Format a range of dates, including day of the week.