Thirulingam
Necessity is the mother of invention
Thursday, December 20, 2018
Validate that end date is greater than start date with jQuery
var startDate = new Date($('#startDate').val());
var endDate = new Date($('#endDate').val());
if (startDate < endDate){
// Do something
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment