Skip to content

Instantly share code, notes, and snippets.

@globalideias
Last active June 8, 2016 09:52
Show Gist options
  • Save globalideias/79b02c4dd0ff4c8e318f86858fb91de8 to your computer and use it in GitHub Desktop.
Save globalideias/79b02c4dd0ff4c8e318f86858fb91de8 to your computer and use it in GitHub Desktop.
<?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