Hi everyone
I have a list of c900 records containing date of birth data in a string format. Unfortunately the format of the data is inconsistent and I was wondering how best placed to consistently convert all values into the desired format that the DateTime tool produces? Examples of formats include, but is not exclusive to:
| Date of birth |
| 01/04/1995 |
| 23-05-1989 |
| 1975-12-13 |
There may be other formats but I'm unable to tell as there are a lot of records.
Can anyone provide the best way to format in DateTime so the desired outcome is a date type field in yyyy-mm-dd?
Thanks
KA