How could I adjust the php time format to a.m and p.m with the periods included?
date(\'h:i a\');
This is not something that is built-in to PHP. You'll have to do it manually.
It has been an open request for almost four years now.