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