View source: R/text_formatting.R
format_class_date | R Documentation |
Format a date as month and day.
format_class_date(d, abbr = TRUE)
format_class_day_date(d, abbr_month = TRUE, abbr_wday = TRUE)
d |
A date. |
abbr |
Abbreviate the month. |
abbr_month |
Abbreviate the month. |
abbr_wday |
Abbreviate the day of the week. |
The formatted date.
format_class_day_date()
: Format a date as day of week, month, and day.
format_class_date(Sys.Date())
format_class_day_date(Sys.Date())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.