I'm new to R, and I'm having a dataset which has a column which has both date and time together, and the date and time data are not in the correct format I have two queries 1) few dates are separated by "/" and few by "-" how to replace "-" with "/" for all values 2)Few date formats are in dd/mm/yyyy format whereas few are in dd/m/yy format, how to have an alignment through this
assuming the column name is "Date Stamp" and the dataset name being "data.frame" Please suggest me for the above two cases. Thanks alot in advance!
Regards. Manoj Chandra