When using <input type="month"> with min and max, for example:
<input type="month">
min
max
<input type="month" min="2020-01" max="2020-12">
Is it possible to disable certain months between them?
You can try a custom JavaScript library or a third-party date picker component. I have some stuff on my computer about this. Modify it to work as you need.
sssccc sssccc
You can try a custom JavaScript library or a third-party date picker component. I have some stuff on my computer about this. Modify it to work as you need.