ic_char_datetime | R Documentation |
Convert datetime object to character string
ic_char_datetime(x, zulu = FALSE)
x |
datetime object |
zulu |
is the datetime in Zulu time?
|
x <- ic_datetime("20180809T160000")
ic_char_datetime(x) == "20180809T160000"
x <- ic_datetime("20180809T160000Z")
ic_char_datetime(x, zulu = TRUE) == "20180809T160000Z"
ic_char_date(as.Date("1985-12-26"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.