Team:KULeuven/Tools/New Day/Date Retriever
From 2008.igem.org
(Difference between revisions)
m |
m |
||
Line 22: | Line 22: | ||
var month = 1; | var month = 1; | ||
for (x in monthNames) { | for (x in monthNames) { | ||
- | |||
if(dateTokens[1] == monthNames[x]) {month = x + 1;} | if(dateTokens[1] == monthNames[x]) {month = x + 1;} | ||
} | } |
Revision as of 09:49, 31 July 2008
<< return to notebook | return to homepage >> | ||
< previous friday | ← yesterday | tomorrow → | next monday > |