Hi All,
I have few dates in the file which is a V_WString and I have converted it to date format using DateTimeParse([date],"%Y-%m-%d") function.
Now I need to convert the above date for example as shown below:
"2020-05-14" to "05/14/2020".
Can you please help me out?
Thanks in advance.