Skip to content

Instantly share code, notes, and snippets.

@4knort
Created April 20, 2017 22:08
Show Gist options
  • Save 4knort/a666dbaaab702c8fe3a2903c9552b737 to your computer and use it in GitHub Desktop.
Save 4knort/a666dbaaab702c8fe3a2903c9552b737 to your computer and use it in GitHub Desktop.
$x = $tomorrow - $now;
$y = sprintf('%02d:%02d:%02d', $x / 3600, ($x % 3600) / 60, $x % 60);
$lot_time_remaining = date("H:i:s", $y);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment