Hi,
Are you talking exporting an epoch time from a date object? I believe you can do that by using this equation:
(d.getTime()-d.getMilliseconds())/1000
Or did you have something different in mind?
More information about formatting options
Epoch converter
Hi,
Are you talking exporting an epoch time from a date object? I believe you can do that by using this equation:
(d.getTime()-d.getMilliseconds())/1000
Or did you have something different in mind?