Jump to content

Home

3 More Months Till Swg!!!


Dr. Zaius

Recommended Posts

Posted

It doesn't move at all. :p 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.

Posted

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)  ";
  	}

  	?>

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...