Code Snippets Php

$time = time();
print date("m/d/y G.i:s", $time);
print "
";
print "Today is ";
print date("j of F Y, \a\\t g.i a", $time);
?>