In the original data frame
I converted the last column to POSIXct using the following command:
ordered$Start.Time <- strptime(ordered$Start.Time, format = "%I:%M %p")
But after converting, an extra date string is adding to every rows
Please help me to remove the date string which has been added automatically to the time string.