I'm trying to set the countdown clock to stay on the event for 3 days before switching to "Occassion Passed!". Can anyone help me out? Thanks!![]()
John
I'm trying to set the countdown clock to stay on the event for 3 days before switching to "Occassion Passed!". Can anyone help me out? Thanks!![]()
John
Try changing the code:
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){
to:
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da && dday>=-3){
This should work, though I haven't field tested it yet.
I tried this and it did not work. Any other suggestions?
Bookmarks