prettify_date | R Documentation |
Use stringi::stri_datetime_format()
instead:
stringi::stri_datetime_format(format = c("date_short", "date_medium", "date_long", "date_full"), locale = "en")
prettify_date(date, locale = c("en", "de", "en-US", "de-CH"))
date |
Date to be prettified. A date or something coercible to. |
locale |
Locale the date should be prettified for. Currently only |
Note that prettify_date()
might only work on (Ubuntu) Linux in the current form since locales are one bitchy hell of a PITA...
A character scalar.
Other spoken language functions:
add_definite_article_de()
,
decline_noun_de()
,
definite_article_de()
,
definite_article_de_declined()
,
n_ify()
,
phrase_datetime()
,
prettify_datetime()
,
rank_nr()
,
write_out_n()
salim:::prettify_date("2021-12-21")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.