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 += '_'; | ||
- | + | URL += monthNames[date.getMonth()]; | |
- | URL += monthNames[date.getMonth() | + | |
URL += '_'; | URL += '_'; | ||
URL += date.getFullYear(); | URL += date.getFullYear(); |
Revision as of 16:56, 1 August 2008
<< return to notebook | return to homepage >> | ||
< previous friday | ← yesterday | tomorrow → | next monday > |