Problem while converting into date format

library(lubridate)

data<-data %>%
mutate(submission_date=ymd_hms(as.Date(submission_date)))