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: 
qliklearnervir
Creator
Creator

what is this date format 2020-06-30T07:01:50:000Z and how to convert

I have a date format 2020-06-30T07:01:50:000Z and want to convert it to a normal date-time format.

 

 

Labels (1)
1 Reply
MayilVahanan

HI @qliklearnervir 

May be try like below

=timestamp(Timestamp#(left('2020-06-30T07:01:50:000Z',19) , 'YYYY-MM-DDThh:mm:ss'),'YYYY-MM-DD hh:mm:ss')

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.