Ustaw datę wejścia HTML za pomocą JS

document.getElementById("datePicker").valueAsDate = new Date()
Lokesh003