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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date Format

Hi All,

i have i date field in one table, which i want it change in other format like YYY/MM/DD,

by default it is DD/MM/YYYY.....

but the problem is when i m using DATE function like DATE(FIELD,'YYY/MM/DD') it is giving me nothing and when i am using

DATE#(Field,'YYY/MM/DD') it is giving me date values but in Different format,'DD/MM/YYYY'

i have also change the default set variable in QV but no change in Date Format.

kindly help..

thanks in Advance ....

3 Replies
arulsettu
Master III
Master III

Hi

try like this

DATE(DATE#(FIELD,'DD/MM/YYYY'),'YYY/MM/DD')

Anonymous
Not applicable
Author

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

Try

Date(Num(DateField),'YYYY/MM/DD)