2 Oct 2006 at 20:36 #1 fluiduk fluiduk 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
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
2 Oct 2006 at 20:49 #3 fluiduk fluiduk Associate OP Joined 13 Nov 2003 Posts 1,567 Location Manchester Hmm, how would I do that without using php5, maybe I dont need to, its for a google sitemap script