Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

RE:Date format Issue

Hi all,

input date format

column name: Voice_date

Data is in below format for Voice_date

August 31, 2015 9:00:00 PM IST

February 13, 2015 4:30:00 PM IST

September 6, 2015 5:00:00 AM IST

Required format output

YYYYMMDD

Thanks in advance

Best

Chanty

13 Replies
Kushal_Chawda

try this

TO_DATE(TO_CHAR(SUBSTR(Date,1, length(Date)-4),'MONTH DD, YYYY HH:MI:SS AM'),'YYYYMMDD')

Chanty4u
MVP
MVP
Author

Thanks for response.

But its not in Qlikview it is Qliksense

Chanty4u
MVP
MVP
Author

Raj...

its givng error.

tamilarasu
Champion
Champion

What is the error messge  you are getting.?