TimUSA Posted January 12, 2008 Share Posted January 12, 2008 I run a gaming site and we have events as follows: Sunday / Wed / Friday 0100 GMT 0600 GMT 0900 GMT 2000 GMT as for right now, I am using this script fo countdown, but obviously the problem is I am constantly having to change it 4x per day / every 3 days <center><script language="JavaScript"> TargetDate = "01/13/2008 1:00 AM UTC"; ForeColor = "black"; CountActive = true; CountStepper = -1; LeadingZero = true; DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes until Zone A races."; FinishMessage = "Zone A races have started."; </script> <script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script></center> is there a script out there somewhere that will automatically loop so i dont have to keep messing with this? Link to comment https://forums.phpfreaks.com/topic/85702-countdown-questions-seem-to-be-pretty-popular/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.