Hi Angelo, Thanks for the reply, but I just want the date to be highlighted, not selected.
I want to be able to highlight the date from the first picker and allow the user to pick any other date, but have the first one highlighted as it may (or may not depending on business rules) effect their choice in the second one. Cheers, David On Sun, Sep 20, 2009 at 4:47 AM, Angelo Anolin <[email protected]>wrote: > > > Datefield2.selectedDate = Datefield1.selectedDate > > > > ------------------------------ > *From:* David Harris <[email protected]> > *To:* [email protected] > *Sent:* Saturday, 19 September, 2009 10:50:51 > *Subject:* [flexcoders] Highlighting a day in DateChooser > > > > Hi Everyone, > > Is it possible with a DateField/DateChoos er to highlight a specific day? > EG: > > I have 2 DateChoosers. > The user selectes a date in the first one, and then when they open the > second one I would like the selected date from the first one to be > highlighted. > I see there is the ability to disable specific days, but I don't want > to disable anything, just highlight it > > I might be missing something in the docs, but I can't see what I am looking > for! > > Cheers! > > >

