Validate that end date is greater than start date with jQuery

前端 未结 15 1864
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 13:14

How do I check/validate in jQuery whether end date [textbox] is greater than start date [textbox]?

15条回答
  •  -上瘾入骨i
    2020-11-22 13:46

    Reference jquery.validate.js and jquery-1.2.6.js. Add a startDate class to your start date textbox. Add an endDate class to your end date textbox.

    Add this script block to your page:-

    
    

    Hope this helps :-)

提交回复
热议问题