回答編集履歴

1

調整

2021/08/23 05:10

投稿

yambejp
yambejp

スコア114843

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  d.setDate(d.getDate()+3);
10
10
 
11
- tomorrow.setAttribute("min",d.toISOString().split('T')[0]);
11
+ tomorrow.setAttribute("min",d.toISOString().substr(0,10));
12
12
 
13
13
  });
14
14