Hi,
I have a date in text format YYYYMMDD which I want to convert to a date format as DD-MM-YYYY. I have tried splitting out the year, month and day to then join them back in the correct sequence and also used a Datetimeparse tool but it is giving back blanks.
Can some please help to understand how to over come this?
Thanks in advance.