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: 
eromiyasimon
Creator II
Creator II

Date format conversion

Hi Team,

Below is my input date format

"20221201T154906.030+0800"

I'm expecting the below format from the input

"dd/mm/yyyy HH:MM:SS"

date(date#('20221201T154906.030+0800','YYYY_DD_MM'),'dd/mm/yyyy HH:MM:SS')

Can someone advise what is format i need to define on the above date format query or kindly help with your own query.

Thank you very much in advance.

Regards,

Eromiya Manickam

 

Labels (1)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master II
Partner - Master II

Timestamp(Left("20221201T154906.030+0800", 19), 'DD/MM/YYYY hh:mm:ss') 

View solution in original post

1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Timestamp(Left("20221201T154906.030+0800", 19), 'DD/MM/YYYY hh:mm:ss')