I was just wondeing how would I have a 24 hour countdown that automatically reset at each completion.
As thought it was on a continuous loop.

Comments

mannsym’s picture

Priority: Major » Normal

Any suggestions?

Here's the code

  echo theme('jquery_countdown', array(
    'until' => date('c',mktime(9, 0, 0, date("m") , date("d"), date("Y"))),
    'format' => 'HMS',
    'description' => t('Time Left Until Deal Depature'),
  ));

Here's the site

escapedays.com

Thanks in advance.

mannsym’s picture

Priority: Normal » Major
Letharion’s picture

Status: Active » Fixed

You need to frequently re-calculate the until date. Looks like that's what you are already doing.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.