Flex: DateField how to get the value?
Posted
by Yevgeny
on Stack Overflow
See other posts from Stack Overflow
or by Yevgeny
Published on 2010-06-01T10:04:42Z
Indexed on
2010/06/01
10:33 UTC
Read the original article
Hit count: 198
flex
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
© Stack Overflow or respective owner