http://www.adobe.com/2006/mxml" layout="absolute"> private function onChange() : void { txtDate.text = String(dcDate.selectedDate.fullYear) + "/" + String(dcDate.selectedDate.month + 1) + "/" + String(dcDate.selectedDate.date); } ]]>