DateField.selectedDate?
-----Original Message----- From: simonjpalmer <[EMAIL PROTECTED]> Reply-To: [email protected] To: [email protected] Subject: [flexcoders] How do I set and get the date of a DateField? Date: Fri, 11 Jan 2008 21:28:32 -0000 not normally stumped, but I can't figure out how to set the value of a DateField from a Date and then do the reverse and get a Date object from the DateField. I was expecting to have accessors which took Date objects, but there aren't any. Do I have to do the whole thing via formatted text?

