Archive for December 15th, 2007

15
Dec

Enabling year navigation in a Flex DateField control

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.

Continue reading ‘Enabling year navigation in a Flex DateField control’

15
Dec

Adding suffixes to month names and years in the DateField control

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.

Continue reading ‘Adding suffixes to month names and years in the DateField control’

15
Dec

Converting between dates and strings using the DateField class in Flex

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.

Continue reading ‘Converting between dates and strings using the DateField class in Flex’