disable to date input, auto caculate
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-03-22 01:23:07 +05:00
parent 727bbb4d0b
commit 575aefb491
2 changed files with 14 additions and 11 deletions
+2 -1
View File
@@ -78,7 +78,8 @@
</div>
<div class="form-group">
<label class="form-label" for="toDate">To Date</label>
<input type="date" id="toDate" class="form-input" required>
<input type="date" id="toDate" class="form-input" readonly>
<span class="form-hint">Auto-calculated</span>
</div>
</div>