Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
erieqlik
Contributor III
Contributor III

How to convert timestamps (date time formats)

I have a timestamp I retrieve from JIRA Align. Example: 2024-10-05T16:21:47.733Z

I want it in the format: MM/DD/YYYY hh:mm:ss       Example: 10/05/2024 16:21:48

How do I do this?

How would I do it to accommodate AM/PM?

Labels (1)
2 Replies
MatheusC
Specialist II
Specialist II

see this

TimeStamp(YourDatetime,'MM/DD/YYYY hh:mm:ss TT')


- Regards, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
Kushal_Chawda

@erieqlik  try below

timestamp(Timestamp#(TimeField,'YYYY-MM-DDThh:mm:ss.fffZ'),'MM/DD/YYYY hh:mm:ss')