nextCal.add(Calendar.MONTH, 1); // Now move to first day of next month
out.write( "<table class=\"calendar\">\n" );
HttpServletRequest httpServletRequest = m_wikiContext.getHttpRequest();
String queryString = engine.safeGetQueryString( httpServletRequest );
out.write( "<tr>"+
getMonthNaviLink(prevCal,"<<", queryString)+
"<td colspan=5 class=\"month\">"+
getMonthLink( cal )+
"</td>"+