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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 III
Specialist III

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
MVP
MVP

@erieqlik  try below

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