I am trying to convert the date from US format (yyyy-mm-dd) to UK format (dd-mm-yyyy). Any help please.
Hi @Kuha
Here's how using the date functions:
DateTimeFormat(DateTimeParse([From],'%Y/%m/%d'),'%d/%m/%Y')
using DateTime tool:
Hi @Luke_C / @gaoa
Both solutions worked fine. I think I had some glitches in the process. After I deleted the tools and tried again. No issues.
Thanks for your quick response.
Cheers
Kuha