Hello,
I would really appreciate some help on this.
It's from a stats program and shows visitors in 24 hour format and I prefer to see a non-military format with AM/PM.
I need to change this code so it shows a non-military format with AM/PM.
I think line 2 is the one that needs to modifyed.
$hour = explode(":",$row['statTime']);
$hours = $hour[0].".00 - ".($hour[0]+1).".00";
Thanks,
DataCom2004