Tag Archive for 'maxyear'

04
May

Setting a minimum and maximum allowable year in the DateChooser control in Flex

The following examples show how you can set a minimum and maximum allowable year in the Flex DateChooser control by setting the minYear and maxYear properties.

Full code after the jump.

Continue reading ‘Setting a minimum and maximum allowable year in the DateChooser control in Flex’

17
Dec

Setting a minimum and maximum allowable year in the Flex DateField control

The following example shows how you can set a minimum and maximum allowable year in the Flex DateField control by setting the minYear and maxYear properties.

Full code after the jump.

Continue reading ‘Setting a minimum and maximum allowable year in the Flex DateField control’