Advertisement
Northys

Untitled

Aug 8th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1.         $defaults = $this->event->toArray();
  2.         $tmp = explode(' ', $defaults['time']);
  3.         $defaults['date'] = $tmp[0];
  4.         $defaults['time'] = $tmp[1];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement