Advertisement
AMONRA75

PHP - TIMESTAMP DIFFERENCE

Apr 8th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $now = date_create()->format('Y-m-d H:i:s');
  2. $diff = abs(strtotime($now) - strtotime($row["timeon"]));
  3. echo $diff; //SECONDS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement