I want to use the new input attribute from HTML5 DATE, there is only one problem, in the project logic, the user must have a choice to delete the value, but I do not see how to set an empty value on these inputs
Assuming you want to display the dd/mm/yyyy value, then click the Clear button.
dd/mm/yyyy
Clear
In HTML5 on Chrome, the date picker has a clear button at the bottom (next to today)
<input type="date" value="">
<input type="date" name="NameItAnythingYouWant" value="">