Advertisement
vitareinforce

test

May 10th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if(strtotime("+26 hours", strtotime($jadwal[$iz]->jam_pulang)) >= strtotime("24:00:00")) {
  2. $before_jam_masuk_next = date("H:i:s",strtotime("23:59:59"));
  3. } else {
  4. $before_jam_masuk_next = date("H:i:s",strtotime("+2 hours", strtotime($jadwal[$iz]->jam_pulang)));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement