I have various data sources and each data source has a different convention on naming dates.
Example:
Some are: May 16,2017 as Character type
While others are: 16/05/2017 as Date type
Is it possible to write a code that would coerce everything including those in character to dd/mm/yyyy date format?