We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 882a9e9 + 4f5c59e commit b0c4b15Copy full SHA for b0c4b15
public/temp/index.html
@@ -61,6 +61,8 @@
61
const currentDate = new Date();
62
const currentYear = currentDate.getFullYear();
63
currentYearSpan.textContent = currentYear;
64
+
65
+ document.getElementById('year').value = currentYear;
66
});
67
</script>
68
@@ -134,7 +136,12 @@ <h1>
134
136
>
135
137
<option value="2022">2022</option>
138
<option value="2023">2023</option>
- <option selected value="2024">2024</option>
139
+ <option value="2024">2024</option>
140
+ <option selected value="2025">2025</option>
141
+ <option value="2026">2026</option>
142
+ <option value="2027">2027</option>
143
+ <option value="2028">2028</option>
144
+ <option value="2029">2029</option>
145
</select>
146
147
<select
0 commit comments