回答編集履歴
1
調整
answer
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
window.addEventListener('DOMContentLoaded', ()=>{
|
4
4
|
const d=new Date();
|
5
5
|
d.setDate(d.getDate()+3);
|
6
|
-
tomorrow.setAttribute("min",d.toISOString().
|
6
|
+
tomorrow.setAttribute("min",d.toISOString().substr(0,10));
|
7
7
|
});
|
8
8
|
</script>
|
9
9
|
<input type="date" name="配送希望日" id="tomorrow">
|