how to change th eplaceholder for type date 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')">