0
Hello, I have the following code.
What I have today is that by clicking on input
he changes the input
to date, but I would like to click it to continue changing and assign a date, I have tried to put the onfocus="(this.value='2018-06-21')"
next to each other onfocus
that I already have but to no avail.
<input type="text" name="dtfinal" onfocus="(this.type='date')" onfocusout="(this.type='text')" placeholder="Data Final">