Epoch date time


#1

1) Give a description of the problem
How do you convert an Epoch DateTime to a regular DateTime? e.g. 1568209608574

2) What is the expected behaviour?
I want to be able to convert the Epoch times so that I can do comparisons of different date parts such as by minute or month or day etc.

3) What is happening/not happening?
Unsure how to do it.

4) Post a Green Snapshot of the pistonimage
N/A

5) Attach logs after turning logging level to Full
N/A
I


#2

I am assuming you are asking how to do that in Webcore coding?
That I don’t know…

But just in case if you are asking in general, I’ll leave this link here
https://www.epochconverter.com


#3

Look up formatDateTime() in the wiki.


#4

Link here: https://wiki.webcore.co/Functions#formatDateTime
modeled on function here: https://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html