Mega Code Archive

 
Categories / Flex / Components
 

Date Entry with DateField

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">   <mx:DateField id="myDateField" editable="true" showToday="true"/>   <!--<mx:DateChooser id="myDateChooser"/>--> </mx:Application>