Team:KULeuven/Tools/New Day/Date Retriever

From 2008.igem.org

(Difference between revisions)
m
m
Line 35: Line 35:
function datePast(ndays) {
function datePast(ndays) {
var pastDate = new Date();
var pastDate = new Date();
-
alert(pastDate.toGMTString());
 
pastDate.setDate(pageDate().getDate() - ndays);
pastDate.setDate(pageDate().getDate() - ndays);
return pastDate;
return pastDate;

Revision as of 10:39, 1 August 2008

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