how to include a placehoder on the date input field code example
Example: add placeholder in input type date
<input type="text" placeholder="Date of birth" onfocus="(this.type='date')">
<input type="text" placeholder="Date of birth" onfocus="(this.type='date')">