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')">

Comments

Popular posts from this blog

Git post receive setup at server for git push to the production from local machine

WP register_post_type() with custom CMB2 meta box