<?phpThis will display: Thursday, May 7th 2009 as a stardate could be 0905.07. The part of this that actually creates the stardate is date("ym.d",$b).$b = time ();
print date("l, F jS Y",$b) . " as a stardate could be " . date("ym.d",$b);
?>
If you are interested in other formulas for calculating stardates, visit TrekGuide.com Have you created a calculator you want to share, or a formula? Just have a comment to add? Go to the stardate user response page.


