Re: [PHP] php or juvascript convert IETF format to ISO08601

2011-03-15 Thread Simon J Welsh
On 15/03/2011, at 9:18 PM, Joce Jovanov wrote: > On Tue, Mar 15, 2011 at 12:44 AM, Simon J Welsh wrote: > >> On 15/03/2011, at 12:32 PM, Jordan wrote: >> >>> Hello Evrybody, >>> >>> Can i convert IETF format (ex: "Wed, 18 Oct 2009 13:00:00 EST") in >> ISO8601 format (ex: "2009-11-05T13:15:30Z

Re: [PHP] php or juvascript convert IETF format to ISO08601

2011-03-14 Thread Simon J Welsh
On 15/03/2011, at 12:32 PM, Jordan wrote: > Hello Evrybody, > > Can i convert IETF format (ex: "Wed, 18 Oct 2009 13:00:00 EST") in ISO8601 > format (ex: "2009-11-05T13:15:30Z") > > Does somebody know some php scripte or similar? > > Thanks... strtotime() (http://php.net/strtotime) and date()

[PHP] php or juvascript convert IETF format to ISO08601

2011-03-14 Thread Jordan
Hello Evrybody, Can i convert IETF format (ex: "Wed, 18 Oct 2009 13:00:00 EST") in ISO8601 format (ex: "2009-11-05T13:15:30Z") Does somebody know some php scripte or similar? Thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php