Skip to content

Instantly share code, notes, and snippets.

@Maxghp
Last active May 12, 2016 08:37
Show Gist options
  • Save Maxghp/c2f1ff89c7b8e531cd89e944c1ee8424 to your computer and use it in GitHub Desktop.
Save Maxghp/c2f1ff89c7b8e531cd89e944c1ee8424 to your computer and use it in GitHub Desktop.
$from_time = strtotime($from_date);
$to_time = strtotime($to_date);
$difference = round(abs($to_time - $from_time) / 60); degree on 60 it converts all in minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment