Team:KULeuven/5 July 2008
From 2008.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
function date_yesterday(ndate) { | function date_yesterday(ndate) { | ||
- | ndate -= 86400*1000 | + | ndate -= 86400*1000; |
var yesterday = new Date(); | var yesterday = new Date(); | ||
Line 29: | Line 29: | ||
function date_tomorrow(ndate) { | function date_tomorrow(ndate) { | ||
- | ndate += 86400*1000 | + | ndate += 86400*1000; |
var tomorrow = new Date(); | var tomorrow = new Date(); |
Revision as of 21:40, 15 July 2008
Momentarily using for test environment... don't touch anything!
<< return to notebook |