Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Pomna
Creator III
Creator III

Date format

Please I need help formatting date in the load script.

My date reads 5-Jan-2016

but I need it to be 01/05/2016

 

Thanks.

1 Solution

Accepted Solutions
sunny_talwar

Try this

Date(Date#(DateFieldName, 'D-MMM-YYYY'), 'MM/DD/YYYY') as DateFieldName

View solution in original post

2 Replies
sunny_talwar

Try this

Date(Date#(DateFieldName, 'D-MMM-YYYY'), 'MM/DD/YYYY') as DateFieldName
Pomna
Creator III
Creator III
Author

Thank you. It worked!