I have CSV file with "date" column but it contains two different date format as the following
7/12/2015 15:28 as m/d/yyyy hh:mm
18-04-2016 18:20 as d/m/yyyy hh:mm
How can I change the format into m/d/yyyy hh: mm, So I can subtract the dates from each other?