The following example shows how you can set the firstDayOfWeek property on the Flex DateField control to control whether the pop-up calendar starts on a Sunday (default) or a different day of the week.
Full code after the jump.
Continue reading ‘Setting the first day of the week in a Flex DateField control’s calendar’
The following example shows how you can toggle multiple selection and disjoint selections in a DateChooser control in Flex by setting the Boolean allowMultipleSelection and allowDisjointSelection properties.
Full code after the jump.
Continue reading ‘Toggling multiple selection and disjoint selection on a Flex DateChooser control’