Source Code:
(back to article)
<?php $date = strftime('%B %d, %Y', time()); echo $date; ?>
Result:
Report an issue