🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight, Bootstrap-compatible jQuery countdown plugin that counts the days/hours/minutes/seconds to a specific DateTime in any time zone.

Bootstrap bootstrap-4 countdown

Documentation

Twitter Bootstrap Countdown Plugin

This plugin counts down to a specific date/time while obeying specified timezone

Requirements

  • Twitter Bootstrap 4.x
  • jQuery 3.x

Usage

$('#countdown').countdown({     year: 2016,   // YYYY Format     month: 1,     // 1-12     day: 1,       // 1-31     hour: 21,     // 24 hour format 0-23     minute: 30,   // 0-59     second: 0,    // 0-59     timezone: -6, // http://en.wikipedia.org/wiki/List_of_tz_database_time_zones     labels: true, // Show/Hide label elements     onFinish: function () {         ...     }  // Executes client side when timer is zero });

You May Also Like