Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Dates
Summary

Instruction

We have one more column, arrival_datetime. There we have dates saved in a string, like this:

30/12/2014 11:45:35

This is a different format: day-month-year. We need to use another function, the dmy_hms() function, to change this. It works exactly like the ymd_hms() function.

Exercise

Change the format of the arrival_datetime column in the ships data frame. Use the dmy_hms() function.