<?php $timestamp = time(); $datum = date("Y-m-d (D) H:i:s",$timestamp); echo "Current date and local time on this server is $datum <br>\n"; ?>