Last active
June 8, 2016 09:52
-
-
Save globalideias/79b02c4dd0ff4c8e318f86858fb91de8 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
<?php | |
$start = '2016-06-08 12:01:00'; | |
$end = '2016-06-08 13:15:00'; | |
$minutos = round(abs((strtotime($end) - strtotime($start))/60)); | |
echo $minutos; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment