Last active
May 12, 2016 08:37
-
-
Save Maxghp/c2f1ff89c7b8e531cd89e944c1ee8424 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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