How to change date format from 13-08-2012 to 13-Aug-2012
Solved! Go to Solution.
Hi @deepakraj
You can use formula like below.
DateTimeFormat(
DateTimeParse([Field1],"%d-%m-%Y"),
"%d-%b-%Y")
Workflow:
Hope this helps : )
Great. It worked. Thanks a lot.
Happy to help : ) @deepakraj
Cheers and have a nice day!