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( | + | alert(pastDate.toGMTString()); |
return pastDate; | return pastDate; | ||
} | } |
Revision as of 16:53, 1 August 2008
<< return to notebook | return to homepage >> | ||
< previous friday | ← yesterday | tomorrow → | next monday > |