Team:KULeuven/Tools/New Day/Date Retriever
From 2008.igem.org
(Difference between revisions)
m |
|||
Line 35: | Line 35: | ||
function datePast(ndays) { | function datePast(ndays) { | ||
var pastDate = new Date(); | var pastDate = new Date(); | ||
- | |||
pastDate.setDate(pageDate().getDate() - ndays); | pastDate.setDate(pageDate().getDate() - ndays); | ||
+ | alert(pageDate().getDate().toGMTString()); | ||
return pastDate; | return pastDate; | ||
} | } |
Revision as of 08:32, 1 August 2008
<< return to notebook | return to homepage >> | ||
< previous friday | ← yesterday | tomorrow → | next monday > |