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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rohitians
Creator III
Creator III

I have date in the format 2013-02-27 and I want to convert it to 27-02-2013 the date I am taking it from a time stamp but I am not able to convert please help.

I have date in the format 2013-02-27 and I want to convert it to 27-02-2013 the date I am taking it from a time stamp but I am not able to convert please help.

1 Solution

Accepted Solutions
Not applicable

Date(Date#('2013-02-27','YYYY-MM-DD'),'DD-MM-YYYY')

OR

Date(Date#(datefieldname,'YYYY-MM-DD'),'DD-MM-YYYY')

View solution in original post

6 Replies
khadeer
Specialist
Specialist

Hi

Date(DateField,'DD-MM-YYYY')

Not applicable

Date(Date#('2013-02-27','YYYY-MM-DD'),'DD-MM-YYYY')

OR

Date(Date#(datefieldname,'YYYY-MM-DD'),'DD-MM-YYYY')

er_mohit
Master II
Master II

try this

date#(date(Datefield,'YYYY-MM-DD'),'DD-MM-YYYYY')as Datefield

hic
Former Employee
Former Employee