RE: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Cor
In PHP you can do whatever you want: see http://nl.php.net/date I think it can also depend on your server. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of allandt bik-elliott (thefieldcomic.com) Sent: dinsdag 26 augustus 2008 11:48 To: Flash Coders List

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Kenneth Kawamoto
If so I'd ask my PHP coder to generate formatted string so that I need to code less ;) e.g. var xml:XML = data date=Tue Aug 26 12:00:00 GMT 2008 / var targetDate:Date = new Date([EMAIL PROTECTED]()); ...a lot less code than yours! Kenneth Kawamoto http://www.materiaprima.co.uk/ Cor wrote:

RE: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Cor
List Subject: Re: [Flashcoders] is there a recognised date format for xml? If so I'd ask my PHP coder to generate formatted string so that I need to code less ;) e.g. var xml:XML = data date=Tue Aug 26 12:00:00 GMT 2008 / var targetDate:Date = new Date([EMAIL PROTECTED]()); ...a lot less code than

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Kenneth Kawamoto
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kawamoto Sent: dinsdag 26 augustus 2008 12:22 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? If so I'd ask my PHP coder to generate formatted string so that I need to code less

RE: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Cor
Mmmm, I don't know?? Somebody out there who does??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kawamoto Sent: dinsdag 26 augustus 2008 12:43 To: 'Flash Coders List' Subject: Re: [Flashcoders] is there a recognised date format for xml? Isn't

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread allandt bik-elliott (thefieldcomic.com)
: Tue Aug 26 12:00:00 GMT+0200 2008 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Kawamoto Sent: dinsdag 26 augustus 2008 12:22 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? If so I'd ask

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread allandt bik-elliott (thefieldcomic.com)
] On Behalf Of Kenneth Kawamoto Sent: dinsdag 26 augustus 2008 12:22 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? If so I'd ask my PHP coder to generate formatted string so that I need to code less ;) e.g. var xml:XML = data date=Tue Aug 26 12:00:00

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread allandt bik-elliott (thefieldcomic.com)
Coders List' Subject: Re: [Flashcoders] is there a recognised date format for xml? Isn't that always the case no matter how you construct the date object? Kenneth Kawamoto http://www.materiaprima.co.uk/ Cor wrote: Yes, but still it is depending of the localtime. Trace(targetDate); gives

RE: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Cor
: dinsdag 26 augustus 2008 12:56 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? yes it's local On Tue, Aug 26, 2008 at 11:46 AM, Cor [EMAIL PROTECTED] wrote: Mmmm, I don't know?? Somebody out there who does??? -Original Message- From: [EMAIL

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread allandt bik-elliott (thefieldcomic.com)
a negative value??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of allandt bik-elliott (thefieldcomic.com) Sent: dinsdag 26 augustus 2008 12:56 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? yes it's local

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Hans Wichman
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of allandt bik-elliott (thefieldcomic.com) Sent: dinsdag 26 augustus 2008 12:56 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? yes it's local On Tue, Aug 26, 2008 at 11:46 AM, Cor [EMAIL

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread allandt bik-elliott (thefieldcomic.com)
augustus 2008 12:56 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? yes it's local On Tue, Aug 26, 2008 at 11:46 AM, Cor [EMAIL PROTECTED] wrote: Mmmm, I don't know?? Somebody out there who does??? -Original Message

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Ashim D'Silva
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of allandt bik-elliott (thefieldcomic.com) Sent: dinsdag 26 augustus 2008 12:56 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? yes it's local On Tue, Aug 26, 2008 at 11

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Hans Wichman
Of allandt bik-elliott (thefieldcomic.com) Sent: dinsdag 26 augustus 2008 12:56 To: Flash Coders List Subject: Re: [Flashcoders] is there a recognised date format for xml? yes it's local On Tue, Aug 26, 2008 at 11:46 AM, Cor [EMAIL PROTECTED] wrote: Mmmm, I

Re: [Flashcoders] is there a recognised date format for xml?

2008-08-26 Thread Mark Walters
This is a good format to follow for date and time in XML: http://www.w3.org/TR/NOTE-datetime . Eg: Year: (eg 1997) Year and month: -MM (eg 1997-07) Complete date: -MM-DD (eg 1997-07-16) Complete date plus hours and minutes: -MM-DDThh:mmTZD (eg