Lets the user select a date, typically in the near future, by navigating through a CalendarMonthWithHeadings. This is used as the dropdown portion of a DateComboBox, and is also the basis for the sample FlickrInterestingNavigator.

The default month is the current month. The default class for the days of the month is CalendarDayButton. This can be changed by setting the dayClass property.

This control uses a LateralNavigator to show the next/previous buttons and trigger the next/previous actions.

CalendarMonthNavigator was the subject of a user interface blog post. See FlickrInterestingNavigator for the subclass discussed in that post.