Thanks for the JS countdown ... I can use it. But I'm really looking for a Count-Up module or code. I need to be able to display X days since an event in the past. So if the even started on April 1 and it's now April 15, the display would indicate "Day 15" and so on. Thanks for any help or references.
Comments
Comment #1
jvandervort commentedUp works too.
Just remember the dir=up part.
It's in the readme.
Comment #2
Kitchen commentedThanks, I'll try that.
Comment #3
jvandervort commentedComment #4
truyenle commentedWork for me but still handy to modify that.
How about we combine the countdown and count up in once.
Let say: Today is Oct 15, 2010
The event date: October 30, 2010
And we want to start the count down from today. Therefore the countdown show the minus values and countdown toward to 0. On the date the event is on (October 30, 2010), it start count up with positive values.
Thanks you for this cool module.
Truyenle
Comment #5
truyenle commentedWell,
I did further test the module and see that
if we set the date to a future day and then change dir=up as:
The clock is counting up away from 0 starting from a minus value.
Let say - 90:14:03:30 -> - 90:14:03:35 -> - 90:14:03:40 -> etc.
I think in this case it should countup toward 0 and then become positive? don't you think.
This need to be fixed please.
Truyenle
Comment #6
jvandervort commented@truyenle,
Feel free to add a feature request for a rolling timer as you described it in the queue for the jstimer module.
All new development is going to happen over there, and we usually don't reopen old threads and change their intent.
Comment #7
truyenle commentedThanks jvandervort, I'll do that now.
truyenle