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