Hide options

Show last updated date from a page

Single php command to show the last modification date of a file
page last updated <?php echo date(“F d Y H:i:s”, getlastmod() ); ?>



Top