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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
bhavvibudagam
Creator II
Creator II

Date convert into DD/MM/YYY

Hi Experts,

Can any one please help me on below requirement.

I have a DATE Field like YYMMDD below. How to convert this field like DD/MM/YYYY  Please help me on this.

Thanks in advance.

1 Solution

Accepted Solutions
shiveshsingh
Master
Master

Hi


Use this

date(date#(DATE,'YYMMDD'),'DD/MM/YYYY')

View solution in original post

2 Replies
shiveshsingh
Master
Master

Hi


Use this

date(date#(DATE,'YYMMDD'),'DD/MM/YYYY')

swuehl
MVP
MVP

Have a look at

Get the Dates Right

Why don’t my dates work?

and also the referenced technical brief.