Re: [flexcoders] How do I set and get the date of a DateField?

2008-01-12 Thread Paul Andrews
- Original Message - From: simonjpalmer [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 11, 2008 9:28 PM Subject: [flexcoders] How do I set and get the date of a DateField? not normally stumped, but I can't figure out how to set the value of a DateField from a

Re: [flexcoders] How do I set and get the date of a DateField?

2008-01-12 Thread Paul Andrews
Oops, next time I'll read the question properly and not answer the wrong question.. - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, January 12, 2008 9:03 AM Subject: Re: [flexcoders] How do I set and get the date of a DateField?

[flexcoders] How do I set and get the date of a DateField?

2008-01-11 Thread simonjpalmer
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?

Re: [flexcoders] How do I set and get the date of a DateField?

2008-01-11 Thread Maciek Sakrejda
DateField.selectedDate? -Original Message- From: simonjpalmer [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I set and get the date of a DateField? Date: Fri, 11 Jan 2008 21:28:32 - not normally stumped, but I can't