Team:KULeuven/Tools/New Day/Date Retriever

From 2008.igem.org

(Difference between revisions)
m
m
Line 36: Line 36:
var pastDate = new Date();
var pastDate = new Date();
pastDate.setDate(pageDate().getDate() - ndays);
pastDate.setDate(pageDate().getDate() - ndays);
 +
alert(pageDate().toGMTString());
return pastDate;
return pastDate;
}
}

Revision as of 16:50, 1 August 2008

<< return to notebook return to homepage >>
< previous friday ← yesterday tomorrow → next monday >