How to pick date in html form? After watching this tutorial you will be able to pick date form html form. HTML5 Input Types HTML5 added several new input types: color date datetime-local email month number range search tel time url week Input Type Date The input type=”date” is used for input fields that should contain a date. Depending on browser support, a date picker can show up in the input field. Example: form Birthday: input type will be date and name as per requirement form