回答編集履歴
1
調整
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
d.setDate(d.getDate()+3);
|
10
10
|
|
11
|
-
tomorrow.setAttribute("min",d.toISOString().s
|
11
|
+
tomorrow.setAttribute("min",d.toISOString().substr(0,10));
|
12
12
|
|
13
13
|
});
|
14
14
|
|