How do I do a Date comparison in Javascript?
- by Lulu Ket
I would like to compare two dates in javascript. I have been doing some research, but all I can find is how to return the current date. I want to compare 2 separate dates, not related to today. How do I do that.
var startDate = Date(document.form1.Textbox2);