I have a csv file where the date is stored in mm/dd/yyyy format 8/18/2015 12:23:57 PM. When I import this file, it gets imported in string format.
How to convert this to datetime value after importing? I tried to convert while importing, but all the values were as NA.