I have a little issue with php and the time format.
I tried to change the time using the date() function.
$time = date('g:i a',$time);
But the result I get for $time=15:30:30 is 3:30 am
The Ante meridiem stay stuck on AM event if it’s the afternoon.
Thanks.
Try something like this: