<?php$time = time(); //stores the exact timestamp to use in this scriptecho "Today is ";echo date("jS of F Y, a\t g:ia i\n e", $time);?>