PHP Date Problem

Associate
Joined
13 Nov 2003
Posts
1,567
Location
Manchester
Hi All

Trying to ouput a date in the following format

2005-06-30T19:35:14+00:00

Looking at php.net/date this should do it $lastmod = date("c");

But when I echo it out, i get a c lol

Any ideas?
Aaron
 
Back
Top Bottom