By default, the Flex DateChooser highlights the ‘today’ date. I assume it gets this date from the OS. Is there a way to tell DateChooser what the ‘today’ date should be?
By default, the Flex DateChooser highlights the ‘today’ date. I assume it gets this
Share
By looking at the source code of
mx.controls.CalendarLayout(which is used internally byDateChooser):it seems that you have no influence on this. You could, of couse, extend/replace the
DateChooserandCalendarLayoutclasses, and override the relevant functions.