[Plugin: Live Countdown Timer] convert to count UP timer?
-
I’m not a programmer, but I’m trying to convert the plugin into a CountUP timer. I like the design, so I’m hoping to make it work. I need to show the number of days past since an event occurred. So far, I’ve got it working except that it shows a negative number. All I did was change a couple of less than signs into greater than signs:
if($xFinal>0)
else {
if($xFinal<86400)Could someone suggest how to make the number not be negative?
Thanks.
The topic ‘[Plugin: Live Countdown Timer] convert to count UP timer?’ is closed to new replies.