prettify_date: Prettify date

prettify_dateR Documentation

Prettify date

Description

[Deprecated]

Use stringi::stri_datetime_format() instead:

stringi::stri_datetime_format(format = c("date_short", "date_medium", "date_long", "date_full"),
                              locale = "en")

Usage

prettify_date(date, locale = c("en", "de", "en-US", "de-CH"))

Arguments

date

Date to be prettified. A date or something coercible to.

locale

Locale the date should be prettified for. Currently only "en"/"en-US" and "de"/"de-CH" are implemented.

Details

Note that this might only work on (Ubuntu) Linux in the current form since locales are one bitchy hell of a PITA...

Value

A character scalar.

See Also

Other spoken language functions: add_definite_article_de(), decline_noun_de(), definite_article_de(), definite_article_de_declined(), n_ify(), prettify_datetime(), rank_nr(), write_out_n()

Examples

salim:::prettify_date("2021-12-21")

salim-b/salim documentation built on April 12, 2024, 7:57 p.m.