Template:WarNotebook

From 2008.igem.org

(Difference between revisions)
Line 43: Line 43:
}
}
-
 
+
var day=30;
-
if (nextday<=31) { document.getElementById("next").href=adresbase+nextday+'_'+cal[1]+'_'+cal[2]; }
+
var month=months.indexOf(cal[1],0,false);
 +
if (longmonth(months[month])) day=31;
 +
if (nextday<=day) { document.getElementById("next").href=adresbase+nextday+'_'+cal[1]+'_'+cal[2]; }
else
else
{
{

Revision as of 16:16, 1 October 2008

Gallery Bricks Notebook Team Project Home

Previous day