Source Code:
(back to article)
<?php $timestamp = time(); $date_string = gmstrftime("%Y-%m-%d %H:%M:%S", $timestamp); echo $date_string; ?>
Result:
Report an issue