How to convert DD-Mon-YYYY(string format) to DD-Mon-YYYY(string format) in date format
I am using data from Postgre DB where I have Date format: 2020-01-21 and I am expecting the output 21-Jan-2020 as a Date data type in alteryx.
I have tried the approach from the below link but I am getting Null as output.
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Date-Formatting-dd-Mon-YYYY/td-p/409156

Error Message
ConvError: Formula (49): DATETIMEPARSE: Cannot convert "08-Dec-2019" to a date/time with format "%Y-%m-%d": Expected a number for Month: 'Dec-2019'
Output :

Can anyone help to resolve this asap?