Input type date default placehoder change
<input id="my_date"
name="my_date"
class="form-control"
placeholder="My Date"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')">
<input id="my_date"
name="my_date"
class="form-control"
placeholder="My Date"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')">
Comments
Post a Comment