sorry about the short reply. but we can see here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/DateChooser.html#selectableRange That will help your user to no select some dates on the rangeStart : just put the selected date from the your component then you can add one day or something that adjust your BL. I hope that helps.Miguel
> From: [email protected] > To: [email protected] > Subject: RE: Validate two fields in a validator > Date: Thu, 26 Sep 2013 13:16:54 +0100 > > you can also give a selectedRange then that error is prevented. > > > Date: Thu, 26 Sep 2013 14:14:21 +0200 > > Subject: Validate two fields in a validator > > From: [email protected] > > To: [email protected] > > > > Hi. > > > > I have a date validator on each field which validates if they are a correct > > date. > > However, in one of the two date fields, I need to validate if it is after > > the other date. > > > > So this means I have to somehow get the other inputfield date in my > > validator. > > I have tried to do this using a listener on the other field, but it > > retrieves null. > > > > Any ideas how I can do this? > > > > Shervin >
