I’m using a Datefield to get user birthday..But its very difficult to select very past years like 1987..Here I have to move 12 month to pass a Year..Is any way to acheive it easily?
<mx:DateField width="17%" height="75%" selectedDate="{new Date()}" formatString="MM/DD/YYYY" />
You can enable yearNavigationEnabled property of DateField control
Just mouse press down on year navigation up arrow or down arrow it will increase/decrease.