powered by
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)
timeDate
character
java.sql.Timestamp
yyyy-mm-dd hh:mm:ss.fffffffff
jdbcTimeDate(data)
a timeDate vector.
returns a character vector in the specified format.
exportJDBC
# NOT RUN { my.td <- as.POSIXct("2011/1/1") jdbcTimeDate(my.td) # }
Run the code above in your browser using DataLab