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