Team:Goettingen/NoteBook

From 2013.igem.org

(Difference between revisions)
Line 148: Line 148:
   var monat = heute.getMonth();
   var monat = heute.getMonth();
   switch(monat){
   switch(monat){
-
         case 1:monat='Jan.';break;
+
         case 0:monat='Jan.';break;
-
         case 2:monat='Feb.';break;
+
         case 1:monat='Feb.';break;
-
         case 3:monat='Mar.';break;
+
         case 2:monat='Mar.';break;
-
         case 4:monat='Apr.';break;
+
         case 3:monat='Apr.';break;
-
         case 5:monat='May';break;
+
         case 4:monat='May';break;
-
         case 6:monat='Jun.';break;
+
         case 5:monat='Jun.';break;
-
         case 7:monat='Jul.';break;
+
         case 6:monat='Jul.';break;
-
         case 8:monat='Aug.';break;
+
         case 7:monat='Aug.';break;
-
         case 9:monat='Sept.';break;
+
         case 8:monat='Sept.';break;
-
         case 10:monat='Oct.';break;
+
         case 9:monat='Oct.';break;
-
         case 11:monat='Nov.';break;
+
         case 10:monat='Nov.';break;
-
         case 12:monat='Dec.';break;
+
         case 11:monat='Dec.';break;
}
}
return{date:tag, month:monat}
return{date:tag, month:monat}

Revision as of 15:22, 3 September 2013

The beast and its Achilles heel:

 A novel target to fight multi-resistant pathogenic bacteria


Load More