Source Code:
(back to article)
<?php $datetime = new DateTime(); $am_pm = $datetime->format('a'); echo $am_pm;
Result:
Report an issue