Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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.

 

 

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.