I've got XML that looks like this:
<item>
<itemDate>07/10/2009</itemDate>
</item>
I would like to be able to read this in as an E4X object: item.itemDate
and have itemDate
be an ActionScript Date
object instead of a string. Is this possible?