Hi I would like to ask if how can I easily transform or convert the date field which combines both "date and string" type of data.
Date: Expected Output:
02 05 2020 2020-02-05
03 12 2020 2020-03-12
2020-01-27 2020-01-27
2020-07-14 2020-07-14
04/14/2020 2020-04-14
02/12/2020 2020-12-02
Can you help me with this one pls?