how to place a placeholder for datetype input in php 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')">