I have installed the module using the following code

US Release... 
<span class="countdowntimer">
<span name="datetime" style="display: none">2008-04-01</span> 
</span>

I am getting the following display though

UK Release... 21901 days

this stays the same when i change the date to 2008-03-01

What have i done wrong?

Comments

jvandervort’s picture

Assigned: Unassigned » jvandervort
Status: Active » Closed (works as designed)

Make sure to put the time in there.

<span class="countdowntimer">
<span name="datetime" style="display: none">2008-04-01T09:48:04</span> 
</span>

Marked this 'by design' for now, but I'll try to put some better error handling if there is no time.

Anonymous’s picture

Many thanks, following what you said I found you can get away with just putting the 'T'

UK Release... 2008-03-03T

jvandervort’s picture

Status: Closed (works as designed) » Closed (fixed)