#diipak.batham - datetime
1 messages · Page 1 of 1 (latest)
Hi there
This is a timestamp, it depends on your integration language, but you can convert it using this website to see what is the corresponding human format
https://www.unixtimestamp.com/
Okay, can you guide me how can I convert this in Jscript?
I used that but it is not giving only time not date.
What type of result are you expecting ?
complete time stamp with date and time 05-02-2022 16:20 as I am getting while exporting from stripe.
You can format this by getting the day, month and year from the Date object :
if you want iso format for example you can check this link:
https://stackoverflow.com/questions/12868176/how-do-i-convert-a-unix-timestamp-to-iso-8601-in-javascript