Skip to content

Instantly share code, notes, and snippets.

@huanglong-zz
Created December 13, 2013 09:26
Show Gist options
  • Save huanglong-zz/7941882 to your computer and use it in GitHub Desktop.
Save huanglong-zz/7941882 to your computer and use it in GitHub Desktop.
<?php
$oldtime = time();
$newtime = strtotime(date("Y-m-d H",$oldtime).":00:00");
$seconds = 3600 - $oldtime + $newtime;
$hours = date("H");
echo "<script>var eggSecondsLeft = ".$seconds.", eggHourJust = ".$hours.";</script>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment