TimeCircles
TimeCircles copied to clipboard
More than 60 minutes countdown
it's there a way to count down more than 60 minutes? In the minutes' clock, it can only display 60 minutes max. Is there a way to change that? Btw, Can we make it count up?
Having the same problem. I would like to countdown from more than 60 minutes. how to do that?
Ok so I solved it by the following snipplet:
$("#CountDownTimer").TimeCircles({ time: { Days: { show: false } }, total_duration: "Years"});
Adding total_duration to countdown did the trick.