how to add placeholder in input type date using jquery 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')">