Posts by Rafael Albuquerque • 21 points
1 post
-
2
votes2
answers310
viewsA: Limit input text that receives a date
Put the following in your HTML input: <form> Nome do input: <input type="date" name="bday"> </form> You can see an example here:…