A DatePicker mimicking a formNode (requires extra coding on developers part) You can also see how setDate() affects the UI by clicking the setDate button (this is also created via createWidget not markup) and has a initial value of "2006-10-31"
A calendar in your locale, or the closest thing to it we currently provide
Same as above, but Friday is the first day of the week. WOOHOO! value="today"
Same as first, but with only 3 weeks displayed
Same as first, but with adjustWeeks="true"
Same as first, with startDate of 10 September 2006
Same as first, with endDate of 10 September 2006
Same as first, with startDate of 1 January 2006 and endDate of 31 December 2006
Same as first, with startDate of 10 September 2006 and endDate of 24 September 2006 (note how the controls
are disabled). This is considered a static display, because the range of startDate and endDate is less than the displayWeeks.
Same as first, with startDate of 23 September 2006 and endDate of 10 October 2006 (note where the calendar
display starts since the range overlaps the end of a month and the beginning of a month and how the controls are disabled).
This is considered a static display, because the range of startDate and endDate is less than the displayWeeks.
Same as first with staticDisplay=true and an initial of value="2005-12-25" (Sunday, December 25, 2005)
now on to the locale stuff...
en-us locale
nl-nl locale
zh-cn locale
zh-tw locale
ja-jp locale
fi-fi locale
sv-se locale
xx locale
still doesn't now we take into account localizations for first day of week...