Possible Duplicate:
Compare 2 dates with JavaScript
Compare two dates in JavaScript
I am new to jQuery and I want to compare two dates,
e.g. var date1 = '2011-01-12';
var date2 = '2011-01-15';
I tried but could't find a solution.
I am new to jQuery and I want to compare two dates, e.g. I tried but could't find a solution. |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Because you've got the dates in a
Aside from that, see the dupes. |
|||||
|