Answers for "input type = date placeholder and open date on just one click"

6

add placeholder in input type date

<input type="text" placeholder="Date of birth" onfocus="(this.type='date')">
Posted by: Guest on October-09-2020

Code answers related to "input type = date placeholder and open date on just one click"

Browse Popular Code Answers by Language