feat: add date-stepper buttons (Feature C) clamped to selected month

This commit is contained in:
Kenearos 2026-05-12 18:27:06 +02:00
parent ba219ce0eb
commit 016ce93979
3 changed files with 120 additions and 3 deletions

View file

@ -69,7 +69,11 @@
<!-- Add Duty Form -->
<div class="form-group">
<label for="duty-date">Datum:</label>
<input type="date" id="duty-date">
<div class="date-stepper">
<button type="button" id="duty-date-prev" class="btn btn-secondary" aria-label="Vorheriger Tag">&lsaquo;</button>
<input type="date" id="duty-date">
<button type="button" id="duty-date-next" class="btn btn-secondary" aria-label="Nächster Tag">&rsaquo;</button>
</div>
</div>
<div class="form-group">