EE2 Countdown

Developer

Jack McDade - Lobster War Machine

3rd Party (Free)

359 downloads (last 90 days)

Download v1.0

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

The EE2 Countdown plug-in allows you to insert a simple countdown to a specified date into your templates.

==REQUIRED PARAMETERS==
  day=”[1..31]”
  The day of the month you are counting down to.
 
  month=”[1..12]”
  The month number that you are counting down to.  Ex:  1 for January, 2 February, etc.
 
  year=”[2004…]”
  The year, any above 2004 should work.
 
==OPTIONAL PARAMETERS==
  hours=”[0…24]”
  The hour your event begins on, in 24 hour format.  24 is midnight, 12 is noon, etc.
 
==SINGLE VARIABLES==
  {days} Days left
  {hours} Hours left
 
===POSSIBLE EXAMPLES===

  {exp:countdown day=“25” month=“12” year=“2012”}
  Christmas next year is in {days} days.
  {/exp:countdown}

Download EE2 Countdown

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.0 Jun 6, 2011

This entry was created June 7, 2011, 10:30 am.
This entry was last updated June 7, 2011, 3:32 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

4 Reviews:

Nico 12.05.12

Nico
Rating - {addon_rating_average}

If you want the hours option to work, you have to change the $countdowndate variable in the plugin to mktime($hour, 0, 0, $month, $day, $year).
Then you can hour=”[0-24]” to your tag pair (hour without ‘s’).

davidbehan 10.16.12

davidbehan
Rating - {addon_rating_average}

This works but is 1 day out, every time! Easily fixed by adding 1 to days_left variable in the plugin. I’ve compared results to other online calculators as well as manually counting and it’s definitely 1 day out! I think! :-)

ejaeDesign 04.12.12

ejaeDesign
Rating - {addon_rating_average}

Works perfectly. Combine this with Solspace’s Calendar module to display dynamic event countdown. Thanks Jack!

fanderson 04.09.12

fanderson
Rating - {addon_rating_average}

Basic countdown timer. Only displays days and hours.

In order to use this you must first put it in a folder called Countdown and then add it to your system/Third-Party directory.