928 0 0 0
Last Updated : 2025-04-29 11:27:05
this snippet will teach you how to disable dates before today in input type date
<input type="date" class="form-control" name="add_item_date" id="add_item_date" min="<?= date('Y-m-d'); ?>">