Posts tagged as:

rangeEnd

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.

[click to continue…]

{ 4 comments }

The following example shows the various usages of the selectableRange property for the DateField control in Flex.

[click to continue…]

{ 8 comments }

Here’s a marginally more interesting sample. I was playing around with the DateChooser (calendar) control and the selectableRange property and figured I’d make a simple application to calculate the differences between two selected dates. The example creates a selectable range of dates from the current date to current date plus 1 year. Users can select any single or range of dates between the start date and end date, and Flex calculates the number of days the user selected using some basic math.

Full code after the jump.

[click to continue…]

{ 0 comments }