I have a question, does anyone here knows how to disable the dates in the calendar of
<input type="date">
from the records in the database?
:broad:
insert date -> database -> reads date from database -> disable date in input type="date" calendar
I have a question, does anyone here knows how to disable the dates in the calendar of
<input type="date">
from the records in the database?
:broad:
insert date -> database -> reads date from database -> disable date in input type="date" calendar
You should use readonly instead of disabled. Because disabled attribute does not support for date input type.