input type date format dd/mm/yyyy w3schools code example
Example: html input date format
<label for="start">Starting Date(s): </label>
<input type="date" id="start" name="starting-date"
value="(DATE)"
min="(DATE)" max="(DATE)">
<!-- Replace (DATE) with corresponding date you wish to be inputted into the code -->