DateChooser component in flex is nice but changing its behavior isn’t easy. To make easy step such as coloring (highlighting) background in pointed dates you need make real hack. Extending DateChooser stopped on component encapsulation. It prevent access because a lot of fields marked as private.

DateChooser with emphasized dates

There are many people asked for custom date highlighting in mailing list but only one existed solution exists in old post. In our current project we have to adjust it for Flex 3 Beta 3. So here is RangeChooser with sources.