940 0 0 0
Last Updated : 2025-06-16 01:08:25
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'); ?>">