Source Code:
(back to article)
<?php $timestamp = time(); $am_pm = date('a', $timestamp); echo $am_pm;
Result:
Report an issue