From the daily archives:

Saturday, December 15, 2007

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 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.

[click to continue…]

{ 1 comment }