format-methods {fCalendar} | R Documentation |
Formats 'timeDate' objects as ISO conform character strings.
## S3 method for class 'timeDate': format(x, ...)
x |
an object of class timeDate .
|
... |
arguments passed to other methods. |
returns an ISO conform formatted character string.
This S3 method will become in the future a S4 method
as.character
.
## timeCalendar - # Time Calebdar 16:00 tC = timeCalendar() + 16*3600 tC ## Format as ISO Character String: format(tC)