Posts by Arthur Rio • 1 point
1 post
-
0
votes2
answers789
viewsA: How to call a function in the Input Type = "date" click
You can use the tag event called : onchange In case it would look like this: <input id="Testes" type="date" onchange="alert(this.value)" > then you would use a javascript method to analyze the…