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: 
shree909
Partner - Specialist II
Partner - Specialist II

convertion of dates

Hi ,

I have the date format as YYYYMMDD and i want to convert into MM/DD/YYYY

these are the dates i have

20130329

20130401

20130402

20130403

20130404

how to change the format..

1 Solution

Accepted Solutions
Not applicable

use functions date and date#:
date( date#( Field_with_Date, 'YYYYMMDD')) ,'MM/DD/YYYY')

View solution in original post

1 Reply
Not applicable

use functions date and date#:
date( date#( Field_with_Date, 'YYYYMMDD')) ,'MM/DD/YYYY')