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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
master_student
Creator III
Creator III

Date field

Hello dear community,

I have a date field format timestamp. How to convert it into Date 'DD/MM/YYYY' I need to convert it in the script.

Capture.PNG

Thanks for your help.

11 Replies
master_student
Creator III
Creator III
Author

Yes.

An other date field in my database that need to be converted , the actual format is MM/DD/YY

Capture.PNG

The expected result is DD/MM/YYYY

Thanks for your help.

tamilarasu
Champion
Champion

Hi,

For your first question,


1). Date(Timestamp(DateField/86400+25569),'DD/MM/YYYY')


Second question.


2) Date(Date#(DateField,'MMDDYY'),'DD/MM/YYYY')