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