Add 30 days from the current date and disable Saturdays and Sundays [closed]

<input type="date" name="deliveryd" id="deliveryd"  min="<?php echo date("Y-m-d");?>">
  1. Hello, I’m new to programming and would like your help. I want my date input to only be able to select 30 days from the current date.