jquery two different date validation

Posted by mckenzie on Stack Overflow See other posts from Stack Overflow or by mckenzie
Published on 2010-05-17T06:18:30Z Indexed on 2010/05/17 6:30 UTC
Read the original article Hit count: 219

Filed under:

hello,

var cin = $("#datepicker").val();
var cout = $("#datepicker2").val();
dateformat is : dateFormat: 'DD, d MM, yy'

how do i use jquery to check cin(checkin) date not past cout(checkout) date? which means, cout date cannot earlier then cin date

© Stack Overflow or respective owner

Related posts about jQuery