X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=Rec10WEB%2Ftrunk%2Fsrc%2Frswi.htm;h=5f8df25a99db1e1f2bc586abdb0441f7830fb23f;hb=d6e33fa3263b6b510df5dd54840faebc8240505c;hp=0968ecf4969640ee8b147b77e7f5060b6888466a;hpb=24c1ce693dc53c524eda0d2baf30feb4f7408157;p=rec10%2Frec10-git.git diff --git a/Rec10WEB/trunk/src/rswi.htm b/Rec10WEB/trunk/src/rswi.htm index 0968ecf..5f8df25 100644 --- a/Rec10WEB/trunk/src/rswi.htm +++ b/Rec10WEB/trunk/src/rswi.htm @@ -180,7 +180,7 @@ var nowtxt=""; //window.alert("setbtime"); nowtxt=String(date.getFullYear())+"-"; - if (date.getMonth()<10){ + if (date.getMonth()+1<10){ nowtxt=nowtxt+"0"; } nowtxt=nowtxt+String(date.getMonth()+1)+"-";