Template:Team:Edinburgh/Code

From 2013.igem.org

(Difference between revisions)
Line 374: Line 374:
}
}
}
}
 +
 +
for (i=vFirstDay;i<7;i++)
 +
{
 +
vDayCount=vDayCount+1;
 +
if (vDayCount%7==6)
 +
vCalData += GenCell("","saturday");
 +
else if (vDayCount%7==0)
 +
vCalData += GenCell("","sunday");
 +
else
 +
vCalData += GenCell("","weekday");
 +
}
 +
calhtml += vCalData;
calhtml += vCalData;
//end time picker
//end time picker

Revision as of 13:30, 29 September 2013