Hi.
I have a data frame where date is mentioned in character, how can convert it to date format.
typeof(phen1$DATE)
[1] "character"
date format is (10/25/2013) i also want this to change to (25/10/2013) format.
i have one more date column that is also in character type.
format looks like ( 10/31/13 7:13 ) i want to change this also to date type.
My data data contains time column as well, which is in character type.
format looks like (18:15) , i want to change this to time type.( 24 hrs time format ) .
please help me to do this. Thank you very much