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