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:…
 
1 post
2
votes2
answers310
viewsPut the following in your HTML input: <form> Nome do input: <input type="date" name="bday"> </form> You can see an example here:…