SyntaxFix
Write A Post
Hire A Developer
Questions
The easiest way is to use lubridate:
library(lubridate) prods.all$Date2 <- mdy(prods.all$Date2)
This function automatically returns objects of class POSIXct and will work with either factors or characters.
POSIXct