$datetime = "28-1-2011 14:32:55" $date_arr= explode(" ", $datetime); $date= $date_arr[0]; $time= $date_arr[1];

Read more of this post