Source Code:
(back to article)
<?php $now = mktime(0); echo date('F j, Y, g:i a', $now);
Result:
Report an issue