powered by
Formats "timeDate" objects as ISO conform character strings.
"timeDate"
# S3 method for timeDate format(x, format = "", tz = "", usetz = FALSE, ...)
an ISO conforming formatted character string
a character string describing the format.
a timezone specification to be used for the conversion.
a logical.
an object of class "timeDate".
arguments passed to other methods.
as.character
## timeCalendar # Time Calendar 16:00 tC = timeCalendar() + 16*3600 tC ## format as ISO character string format(tC)
Run the code above in your browser using DataLab