[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

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 =