dtt_sys_date | R Documentation |
Get System Date
dtt_sys_date(tz = dtt_default_tz())
tz |
A string of the time zone. |
A floored Date scalar.
Other sys:
dtt_sys_date_time()
,
dtt_sys_time()
## Not run:
dtt_set_default_tz("Etc/GMT+12")
dtt_sys_date()
dtt_set_default_tz("Etc/GMT-12")
dtt_sys_date()
dtt_sys_date(tz = "Etc/GMT+12")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.