split date and time in r code example Example: r split date and time into two columns df$Date <- as.Date(df$Start) df$Time <- format(df$Start,"%H:%M:%S")