Seokjin

[Update]weather/tommorrow

......@@ -105,7 +105,10 @@ else{
if(today.getDate()<10){
base=CurDay+"0"+(today.getDate()-1).toString();
tommorow=CurDay+"0"+(today.getDate()+1).toString();
if(today.getDate()==9){
tommorow=CurDay+(today.getDate()+1).toString();
}
CurDay+="0"+today.getDate().toString();
......