I am working on a project where I need to set a default month and year that the user cannot modify. They should only be able to change the date in December months. Any tips on how I can achieve this?
<input id="input_date" type="date" maxlength="2" min="1" max="31">