To create a date input field in HTML, you can use the following code, which uses the `input` tag with type attribute set to `date`:
```
This will create a simple date input field where user can select a date. The selection of date will open up a easy to use calendar for users to choose from.