The following example shows how you can toggle year navigation in a Flex DateField control by setting the yearNavigationEnabled property.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the daily archives:
The following example shows how you can add suffixes to month names and years in the Flex DateField control by setting the monthSymbol and yearSymbol properties.
Full code after the jump.
{ 0 comments }
The following example shows how you can convert Date objects to String objects using the static DateField.dateToString() method in Flex. As an added bonus, the example also shows how you can convert String objects to Date Objects using the static DateField.stringToDate() method.
Full code after the jump.
{ 1 comment }