<?xml version="1.0" encoding="utf-8"?> <!-- http://blog.flexexamples.com/2007/12/17/setting-a-minimum-and-maximum-allowable-year-in-the-flex-datefield-control/ --> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="top" backgroundColor="white" viewSourceURL="srcview/index.html"> <mx:DateField id="dateField" yearNavigationEnabled="true" minYear="2000" maxYear="2010" /> </mx:Application>