Jump to content
  • 0

How can I decode startTime


Mustafa BOLEKEN
 Share

Question

  • Answers 2
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

2 answers to this question

Recommended Posts

  • 0

That is epoch timestamp which can be converted to date.

As an example 1625048541474 is actually Wednesday, June 30, 2021 1:22:21.474 PM
You can use an epoch converter to do the job. You can simply use javascript date object: https://stackoverflow.com/questions/7693170/javascript-convert-from-epoch-string-to-date-object

Enes.

 

Link to comment
Share on other sites

 Share


×
×
  • Create New...