It is currently April 27th, 2024, 6:48 pm

how to calculate epoch values using calc?

Get help with creating, editing & fixing problems with skins
xmin
Posts: 4
Joined: July 22nd, 2012, 10:41 am

how to calculate epoch values using calc?

Post by xmin »

how to calculate epoch values using calc?
Last edited by xmin on December 14th, 2012, 8:42 pm, edited 2 times in total.
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: how to calculate decimal values using calc?

Post by Kaelri »

Calc measures will provide decimal values automatically (when appropriate). You haven't posted your code, but I'm guessing you're trying to display the value in a string meter. If that's the case, make sure to add a NumOfDecimals option to your meter, e.g.

Code: Select all

NumOfDecimals=5
for five decimal places.