Posts by M. Bran • 13 points
2 posts
-
0
votes1
answer24
viewsQ: With Javascript is it possible to automatically execute a function on another part of the file?
I have two separate pages: The first contains a form with two fields input of the kind date, among other information. The second page receives a data from the form information that I mentioned…
-
1
votes1
answer24
viewsQ: How to compare two dates using input date and new date object in Javascript
I have two inputs of the kind date. One for the user to enter the start date and the other to enter a final date. I created a variable that receives the current date using only the new Date. I have…