View source: R/types.castDatetime.R
types.castDatetime | R Documentation |
Cast date with time
types.castDatetime(format = "%Y-%m-%dT%H:%M:%SZ", value)
format |
available options are "default", "any", and "<pattern>" where
|
value |
datetime to cast |
Types and formats specifications,
strptime
, DateTimeClasses
,
parsedate-package
and
lubridate-package
.
types.castDatetime(format = "default", value = "2014-01-01T06:00:00Z") types.castDatetime(format = "%d/%m/%y %H:%M", value = "21/11/06 16:30")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.