I have start date and end date, start date should be greater than end date.
I have two more date pickers discount start date and discount end date.
Discount start date should be less than start date and discount end date should be less than end date. How to write validations in Javascript or jQuery?