clock_locale | R Documentation |
A clock locale contains the information required to format and parse dates.
The defaults have been chosen to match US English. A clock locale object can
be provided to format()
methods or parse functions (like
year_month_day_parse()
) to override the defaults.
clock_locale(labels = "en", decimal_mark = ".")
labels |
Character representations of localized weekday names, month names, and
AM/PM names. Either the language code as string (passed on to
|
decimal_mark |
Symbol used for the decimal place when formatting sub-second date-times.
Either |
A "clock_locale"
object.
clock_locale()
clock_locale(labels = "fr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.