Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $total = $start_time - $end_time
  2. echo "$time Hours";
  3.  
  4. 318 / 60 = 5.3
  5.  
  6. echo (strtotime("15:00:00") - strtotime("11:30:00"))/(60*60);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement