dd-mm-yyyy placeholder in input type= date icon style 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')">