Frequently Asked Questions
How to set countdown time in hours, minutes seconds?
Just specify
hoursminutessecondsoptions with the required time while calling the plugin method.
How to remove seconds from the timer?
Use
displayFormatoption as for example displayFormat: “YODHM”.
How to reset the timer?
Use the plugins stop function or
stopButtonoption and provide button id to it.
How to modify countdowntimer display with our own styling?
Use
size, borderColor, fontColor, backgroundColoroptions. MoreoverregexpMatchFormat and regexpReplaceWithprovide custom display formatting as per need.