Okay, here's the situation, I have:
$timeStamp = mktime(date("h:i:s A m/d/y"));
Then I use:
$getTime = date("h:i:s A m/d/y", $timeStamp);
Everything works fine, except for the AM/PM part of it, it never reads the correct AM/PM, it always displays AM only even if it is PM.