-3
I have a doubt and I do not know if it is possible in Html. Within a form I have several types of fields and one of them is the type DATE that receives (Day/month/Year) and now I wanted to change this to receive only (month/year).
I can make that change simply?
This uses Jquery and Html
<center> <b><h2> <p>Dados Estatisticos:</p> </b> </center>
<h3><center>
Data:
<input type="date" name="EstatisticosValidade">
are you using any mask in the field? uses jquery? add more details to help you.
– Filipe Moraes
Yes, you can. But in order to help, you have to answer Filipe’s comment.
– Oralista de Sistemas