# Define the date formats formats <- c("%Y-%m-%d", "%B %d, %Y") # Convert dates to the same format df %>% mutate(date_column_cleaned = parse_date_time(date_column, formats))
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter