Discussion
1
Replies
482
Views
Cognizant
Posted: July 7, 2015
Last activity: July 8, 2015
Closed
Date format conversation
HI ,
I have used to @currentdate("MM-dd-yyyy" , "gmt") to fetch the current date and it is displaying result like jul 07 2015 i want to print it in this format - 07/07/2015 i.e month/date/year so is der any inbuilt function to use this?
Hi Manjunath ,
Try using formatdatetime function with pattern MM/dd/yyyy . Should work