Second date greater than first date
-
Hi guys,
How and where can I insert the following js code?
function updatedate() { var firstdate = document.getElementById("checkIn").value; document.getElementById("checkOut").min = firstdate; }Or any idea to solve the second date object must to be larger the first one?
Thanks is advance,
The topic ‘Second date greater than first date’ is closed to new replies.