| date2datetime_IQRdataProgramming | R Documentation | 
Conversion of date/time in string format to time in string format
date2datetime_IQRdataProgramming( dateString, format = "%Y-%m-%dT%H:%M", formattime = "%H:%M" )
| dateString | Vector of dates/times in string format | 
| format | Format of the date/time information, defined as the format for as.POSIXxt() | 
| formattime | Format for the time string, defined as format for as.POSIXct() | 
Vector of time strings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.