Guest User

Untitled

a guest
Jul 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $t1 = new DateTime();
  2. $t1->setTime(9, 30);
  3. $t2 = $t1;
  4. $t2->add (new DateInterval('PT10M'));
  5. echo $t1->format('H:i'); # outputs 9:40
Add Comment
Please, Sign In to add comment