Answers for "how to add date value html input"

6

set date input html using js

document.getElementById("datePicker").valueAsDate = new Date()
Posted by: Guest on March-27-2021
1

input field html for date

<input type="date" >
Posted by: Guest on July-07-2021

Code answers related to "how to add date value html input"

Browse Popular Code Answers by Language