Team:KULeuven/Tools/New Day/Date Retriever
From 2008.igem.org
(Difference between revisions)
m |
m |
||
Line 94: | Line 94: | ||
URL += date.getDate(); | URL += date.getDate(); | ||
URL += '_'; | URL += '_'; | ||
- | URL += monthNames[date.getMonth()]; | + | URL += monthNames[date.getMonth() - 1]; |
URL += '_'; | URL += '_'; | ||
URL += date.getFullYear(); | URL += date.getFullYear(); |
Revision as of 17:09, 1 August 2008
<< return to notebook | return to homepage >> | ||
< previous friday | ← yesterday | tomorrow → | next monday > |