Frequently Asked Questions

How to set countdown time in hours, minutes seconds?

Just specify hours minutes seconds options with the required time while calling the plugin method.

How to remove seconds from the timer?

Use displayFormat option as for example displayFormat: “YODHM”.

How to reset the timer?

Use the plugins stop function or stopButton option and provide button id to it.

How to modify countdowntimer display with our own styling?

Use size, borderColor, fontColor, backgroundColor options. Moreover regexpMatchFormat and regexpReplaceWith provide custom display formatting as per need.


Improve this page