Use ActionScript to set initial selected date for a DateField control : DateField « Components « Flex
- Flex
- Components
- DateField
Use ActionScript to set initial selected date for a DateField control

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:DateField id="date3" selectedDate="{new Date (2005, 9, 10)}" />
</mx:Application>
Related examples in the same category