Seokjin

[Update]weather/tommorrow

...@@ -105,7 +105,10 @@ else{ ...@@ -105,7 +105,10 @@ else{
105 if(today.getDate()<10){ 105 if(today.getDate()<10){
106 base=CurDay+"0"+(today.getDate()-1).toString(); 106 base=CurDay+"0"+(today.getDate()-1).toString();
107 tommorow=CurDay+"0"+(today.getDate()+1).toString(); 107 tommorow=CurDay+"0"+(today.getDate()+1).toString();
108 + if(today.getDate()==9){
109 + tommorow=CurDay+(today.getDate()+1).toString();
108 110
111 + }
109 112
110 113
111 CurDay+="0"+today.getDate().toString(); 114 CurDay+="0"+today.getDate().toString();
......