Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Unveils New Agentic Capabilities Across Analytics, Data Engineering, and Trust: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
SatyaPaleti
Creator III
Creator III

Need a help in date formatt

Hi Friend,

I am having date in following format '01-DEC-2015' but i want to show this in 12/01/2015

what is the function i need to use here

Thank you,

Satya Paleti

Labels (1)
2 Replies
sunny_talwar

Try this:

Date(Date#('01-DEC-2015', 'DD-MMM-YYYY'), 'MM/DD/YYYY')

Replace 01-DEC-2015 with your field name to do this in the script

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


Capture.PNG

SatyaPaleti
Creator III
Creator III
Author

Thank you so much Sunny It Works