Hey, I think it would be great if you guys included Unix timestamp support for scal. Thanks a bunch if you do implement it.
Unix Timestamp support?
Posted July 10th, 2008 by Anonymous
Hey, I think it would be great if you guys included Unix timestamp support for scal. Thanks a bunch if you do implement it.
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?
Post new comment