Dr. Zaius Posted January 15, 2003 Posted January 15, 2003 ONLY THREE MORE MONTHS TILL THE RELEASE DATE OF SWG!!!
Deft Aklin Posted January 15, 2003 Posted January 15, 2003 Like sands through the hourglass.... so are the days until SWG!!!!!
Dengar Posted January 15, 2003 Posted January 15, 2003 Originally posted by Darth_Sidious Like sands through the hourglass.... so are the days until SWG!!!!! My hourglass musta been huge
Jared Sinn Posted January 15, 2003 Posted January 15, 2003 Is it me or is that timer on the front page of swgalaxies.net moving in slow motion? js
Juztyn Posted January 16, 2003 Posted January 16, 2003 It doesn't move at all. It only updates when you refresh the page. Oh. It's currently set to Mountain Time, for some reason. So it's 1 hour ahead of Pacific, 2 hours behind Eastern, and 7 hours slower then GMT.
Juztyn Posted January 16, 2003 Posted January 16, 2003 It's PHP, so the server you're running this on must have PHP running. <? $releasetime = strtotime("April 15 2003"); $curtime = time(); $timeuntil = $releasetime - $curtime; $days = floor($timeuntil / 60 / 60 / 24); $timeuntil = $timeuntil - ($days * 60 * 60 * 24); $hours = floor($timeuntil / 60 / 60); if($hours>0) { if($hours!=1) { echo "<b>$days</b> days and <b>$hours</b> hours until release (April 15th, 2003) "; } else { echo "<b>$days</b> days and <b>$hours</b> hour until release (April 15th, 2003) "; } } else { echo "<b>$days</b> days until release (April 15th, 2003) "; } ?>
Jared Sinn Posted January 16, 2003 Posted January 16, 2003 no, no, it's refreshing just fine. I think my problem is that I look at it about 3 or 4 times a day.... JS
Wraith 8 Posted January 16, 2003 Posted January 16, 2003 Originally posted by Dr. Zaius ONLY THREE MORE MONTHS TILL THE RELEASE DATE OF SWG!!! uhmm.... look.. i love the sheer enthousiasm about the realease date.... but could you post just a LITTLE more that that? or put it in the off topic.... just a suggestion.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.