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