Posts by guerrasao • 34 points
2 posts
-
1
votes1
answer898
viewsA: How to get the values typed in input type="date" in React JS
About Javascript Date Comparison: To compare the dates you must work with the Date type, because here is only a string var starDate ='28/04/2018';. After converting string to Date dates, you can…
-
0
votes1
answer318
viewsA: PHP - Login System
The error shown is stating that it is not possible to access the method getMessage of a null object, in this case the variable $e because there was an error that prevented the correct capture of the…