======Calendar Month Tag====== [[CalendarMonthTag]] uses [[HtmlTableTag]], [[CalendarTitleStyleTag]], [[CalendarDayHeaderStyleTag]], [[CalendarDayStyleTag]], [[CalendarSelectedDayStyleTag]], [[CalendarEmptyDayStyleTag]] and [[CalendarNextPrevStyleTag]] to render a calendar. The template tag is The available attributes are the [[HtmlTableTag]] attributes and the following; ^Attribute ^Meaning ^ ^yearuri |name of a HTTP GET variable in which the current year is identified e.g. 'y' for $_GET['y']| ^monthuri |name of a HTTP GET variable in which the current month is identified e.g. 'm' for $_GET['m']| ^dayuri |(true,false) whether to show the calendar title (containing the month and year)| ^shownextprev |(true,false) whether to show the next / prev month links| ^dayheadershow |(true,false) whether to show the column headings for a week (e.g. Mon,Tue,Wed etc.)| ^dayheaderstyle |CSS style attribute to use on the day header row of the table|