Description Usage Arguments Value See Also Examples
Converts a timeDate
vector to a character
vector in the standard format
expected by java.sql.Timestamp
:
yyyy-mm-dd hh:mm:ss.fffffffff
(in GMT)
1 |
data |
a |
returns a character
vector in the specified format.
1 2 | my.td <- as.POSIXct("2011/1/1")
jdbcTimeDate(my.td)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.