$currentTime = date("h:i a");
Im storing time in my db like this... $timeEnd = date("h:i a"); which outputs "07:15
$timeEnd = date("h:i a");