Using explode() with date()
<?php $ar = explode('|',date("h a|F d, Y")); print "It's after $ar[0] on $ar[1]"; ?>