Mega Code Archive
Categories
/
Flex
/
Data Model
Validate a Date object
import mx.controls.Alert; // myDate is set to the current date and time. [Bindable] public var myDate:Date = new Date();