dateTimes to ActionScript dates. The object in the ResultEvent shows
it as a String instead of a Date:
2006-05-22T05:00:00.000Z
The WSDL definition:
<element name="inventoryDate" nillable="true" type="dateTime"/>
XML generated from the web service:
<ns_inventoryDate:inventoryDate
xmlns:ns_inventoryDate='http://myapp.mycompany.com/jaws'>2006-05-22T05:00:00.000Z</ns_inventoryDate:inventoryDate>
1) Why is flex deserializing this as a String instead of a Date?
2) Is there a data formatter that will let me specify the format of a
string and convert it to a Date? The Date object's String constructor
will not accept the format above. The debugger shows all of the date's
properties as NaN.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

