Guest User

Untitled

a guest
Nov 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $oldtime = "20:30pm - 23:30pm";
  2. $newtime = explode(" - ", $oldtime);
  3. foreach($newtime as $k => $t) {
  4. $time[$k] = strtotime($t);
  5. }
  6.  
  7. array(
  8. 0 => FALSE,
  9. 1 => FALSE
  10. )
Add Comment
Please, Sign In to add comment