Begin input type="date" with monday

Viewed 44

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).

0 Answers
Related