Is it possible to begin a input type="date" with monday instead of sunday?
I currently have this:
<input type="date" id="selectedDate" name="selectedDate">
but I need it to start with monday (for german users).
Is it possible to begin a input type="date" with monday instead of sunday?
I currently have this:
<input type="date" id="selectedDate" name="selectedDate">
but I need it to start with monday (for german users).