prettify_datetime | R Documentation |
Use stringi::stri_datetime_format()
instead:
stringi::stri_datetime_format(format = c("datetime_short", "datetime_medium", "datetime_long", "datetime_full"), locale = "en")
prettify_datetime(datetime, locale = c("en", "de", "en-US", "de-CH"))
datetime |
Datetime to be prettified. A datetime or something coercible to. |
locale |
Locale the datetime should be prettified for. Currently only |
Note that prettify_datetime()
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_date()
,
rank_nr()
,
write_out_n()
salim:::prettify_datetime("2021-12-21T00:00:01Z")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.