fmt_time()
lets us format time-based values in a convenient manner using
preset styles. The table generated by info_time_style()
provides a quick
reference to all styles, with associated format names and example outputs
using a fixed time (14:35
).
Arguments
- locale
Locale identifier
scalar<character>
// default:NULL
(optional
)An optional locale identifier that can be used for displaying formatted time values according to the locale's rules. Examples include
"en"
for English (United States) and"fr"
for French (France). We can callinfo_locales()
for a useful reference for all of the locales that are supported.
Examples
Get a table of info on the different time-formatting styles (which are used
by supplying a number code to fmt_time()
).
See also
Other information functions:
info_currencies()
,
info_date_style()
,
info_flags()
,
info_google_fonts()
,
info_icons()
,
info_locales()
,
info_paletteer()
,
info_unit_conversions()