Hi I would like to ask if how can I convert the unusual date that has a string type of data to date format.
| Date (String) | Expected output (Date) |
| 02-DEC-18 | 2018-12-02 |
| 2018-03-29 | 2018-03-29 |
| 05-MAR-2018 | 2018-03-05 |
How can I convert it according to the date format? Thanks