Select to view content in your preferred language

How to convert datetime to epoch time in Arcade?

1081
1
Jump to solution
11-10-2022 02:15 PM
TL2
by
Occasional Contributor III

Is this possible?

0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor

Convert the Date to a Number. From the documentation:

Converts the input value to a number. Date values will be converted to the number of milliseconds since Jan. 1, 1970 (i.e. the Unix epoch).

 

 

View solution in original post

1 Reply
KenBuja
MVP Esteemed Contributor

Convert the Date to a Number. From the documentation:

Converts the input value to a number. Date values will be converted to the number of milliseconds since Jan. 1, 1970 (i.e. the Unix epoch).