TimeCircles icon indicating copy to clipboard operation
TimeCircles copied to clipboard

More than 60 minutes countdown

Open Hao1998 opened this issue 5 years ago • 2 comments

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?

Hao1998 avatar Oct 16 '19 08:10 Hao1998

Having the same problem. I would like to countdown from more than 60 minutes. how to do that?

LubomirKurpel avatar Mar 25 '21 02:03 LubomirKurpel

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.

LubomirKurpel avatar Mar 25 '21 02:03 LubomirKurpel