Description Usage Arguments Value Author(s) See Also Examples
A graphical user interface (GUI) for converting between character representations
and objects of class POSIXt
or Date
.
1 2 | FormatDateTime(sample = as.POSIXct("1991-08-25 20:57:08"), fmt = "",
parent = NULL)
|
sample |
POSIXt or Date. Sample date-time |
fmt |
character. Conversion specification format |
parent |
tkwin. GUI parent window |
Returns a character string representing the formatted date-time value.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 5 | ## Not run:
new.fmt <- FormatDateTime(fmt = "%A %B %d %I:%M %p")
FormatDateTime(Sys.Date())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.