22-06-20 01:43 AM
Appreciate your guidance on conversion as I am getting an error when attempting to convert date in text value to date.
I use a following expression in calculation stage to convert text value and store it in new data stage with date data type:
FormatDate(ToDate ([Departing date]), "dd/MM/yyyy")
20/07/2020 text value is stored in data stage named "Departing date".
Can't seem to understand why I am getting an error message of "Unable to convert supplied value to a date: Text value "20/07/2020" cannot be interpreted as a date.
Expression appears valid.
24-06-20 03:40 PM
25-06-20 10:07 AM