RE: [flexcoders] Parse Date/Time Value from XML (in ISO Format)

2005-06-13 Thread Rick Bullotta
Schweet! J   Thanks, Manish!   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani Sent: Monday, June 13, 2005 2:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Parse Date/Time Value from XML (in ISO Format)   On

Re: [flexcoders] Parse Date/Time Value from XML (in ISO Format)

2005-06-13 Thread Manish Jethani
On 6/13/05, Rick Bullotta <[EMAIL PROTECTED]> wrote: > Given a date/time value obtained via HttpRequest or a web service in ISO > format (-MM-ddTHH:mm:ss), what is the based technique for parsing this > to a Date object in ActionScript? import mx.formatter.DateFormatter; var s:String = DateF

RE: [flexcoders] Parse Date/Time Value from XML (in ISO Format)

2005-06-13 Thread Tracy Spratt
: [flexcoders] Parse Date/Time Value from XML (in ISO Format)   Given a date/time value obtained via HttpRequest or a web service in ISO format (-MM-ddTHH:mm:ss), what is the based technique for parsing this to a Date object in ActionScript?  There do not seem to be any built-in date parsing

[flexcoders] Parse Date/Time Value from XML (in ISO Format)

2005-06-13 Thread Rick Bullotta
Given a date/time value obtained via HttpRequest or a web service in ISO format (-MM-ddTHH:mm:ss), what is the based technique for parsing this to a Date object in ActionScript?  There do not seem to be any built-in date parsing functions…   Thanks for any suggestions!   - Rick