Template:Team:KULeuven/Common/JSLibrary

From 2009.igem.org

(Difference between revisions)
Line 119: Line 119:
    // mark today
    // mark today
-
    if(today.getFullYear() == year && today.getMonth() == mon - 1 && today.getDate() == d) {
+
    if(today.getFullYear() == year and today.getMonth() == mon - 1 && today.getDate() == d) {
    out += "<td class='today'>";
    out += "<td class='today'>";
    } else {
    } else {

Revision as of 10:18, 12 July 2009