feat: add date-stepper buttons (Feature C) clamped to selected month
This commit is contained in:
parent
ba219ce0eb
commit
016ce93979
3 changed files with 120 additions and 3 deletions
|
|
@ -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">‹</button>
|
||||
<input type="date" id="duty-date">
|
||||
<button type="button" id="duty-date-next" class="btn btn-secondary" aria-label="Nächster Tag">›</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue