<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="s" uri="/struts-tags" %> Ajax Examples This should have the month label all on one line (problem in IE) appears fine in FF though.

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