Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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')