I have a case where I have a column with multiple date formats. If you see below the Date Mask or Format is not consistent.
The first row has yyyy-mm-dd
The second row has yyyy/mm/dd
The third row has dd/mm/yyyy
so on and so forth

I have arrived at a crude solution which may hold good if I have only 4 or 5 different date formats in the column to work with. What if I have more date formats. Is there a simpler way to convert multiple date formats in a single column to a standard date format.
