You can add a Countdown Timer to any Page using the following setup:
<div class="countdown" data-year="2020" data-month="7" data-day="15"></div>
Setting | Description |
---|---|
|
Choose a Date Format for your Countdown. You can select from a List of Formats available here: http://keith-wood.name/countdown.html . Simply navigate to the Ex: |
|
Add a Countdown Year Ex: |
|
Add a Countdown Month Option(s): Values from 1 to 12. Ex: |
|
Add a Countdown Day Option(s): Values from 1 to 31 Ex: |
|
Add a Countdown Hour Option(s): Values from 1 to 24 Ex: |
|
Add a Countdown Minute Option(s): Values from 1 to 59 Ex: |
|
Add a Countdown Second Option(s): Values from 1 to 59 Ex: |
|
Add a URL to redirect to once the Countdown ends Ex: |
|
Convert your Countdown to Countup by setting this Attribute to Option(s): true or false Ex: |
Localisations
Section to download your Language Pack. Ex: jquery.countdown-fr.js
and add this File in the js/
Folderjs/plugins.min.js
JS File Linking at the bottom of the Page and Paste the following code just after that Line:
<script src="js/jquery.countdown-fr.js"></script>
Localisations
Section to download your Language Pack. Ex: jquery.countdown-fr.js
js/plugins.countdown.js
File and Paste the Copied Codes just above this Line: SEMICOLON.widget.countdownInit = function( $countdownEl )
Last Modified: June 7, 2020