I am using the HTML date type 5, for the user to provide a date.
<input type="date" name="data-inicial">
<input type="date" name="data-final">
There are two fields: Start date and End date, but the end date must be at most 29 days after the start date. That is, if staff select the start date of 7/23/2018, it has a maximum of 29 days after that date to select the end date.