Flex: DateField how to get the value?
- by Yevgeny
I' m trying to use the DateField control.
I can set the current value using the selectedDate field.
Adobe says: "Selecting the currently selected date in the control deselects it,
sets the selectedDate property to null", so when user selects other date the selectedDate = null.
How do I can get the current selected value? I only saw in the debugger that DateField's text property contains the string with selected date? Do I need to parse it back?
10x in advance
yevgeny