[flexcoders] Re: Convert String to Date?

2008-09-15 Thread nathanpdaniel
There's also the DateUtil class in corelib... http://code.google.com/p/as3corelib/ and specifically: DateUtil.parseRFC822(str:String):Date DateUtil.parseW3CDTF(str:String):Date Hope this helps! :D --- In flexcoders@yahoogroups.com, "Mark Easton" <[EMAIL PROTECTED]> wrote: > > Good stuff - th

[flexcoders] RE: Convert String to Date?

2008-09-15 Thread Mark Easton
I guess I can modify the date format returned by MySQL ... ie date_format(last_modified, '%a %b %e %Y %r') ... but still, flex is pretty limited here. _ From: Mark Easton [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 12:22 PM To: 'flexcoders@yahoogroups.com' Subject: Conve