Works fine for me. Are you thinking that new Date(2010,2,1) = Feb 1, 2010? Remeber that months are 0 based, so 2 = March.
Beau On Tue, Aug 25, 2009 at 3:04 PM, markflex2007 <[email protected]>wrote: > > > I set the disabledRanges for DateField,but I can select any date,it seems > "disabledRanges" doesn't work. > > Please help.Thanks > > <mx:DateField id="checkedDate" x="81" y="108" formatString="YYYY-MM-DD" > width="121" disabledRanges="{[{rangeStart: new Date(2010,2,1)}]}" /> > > > -- Beau D. Scott Software Engineer

