使用 Jquery 三个文本框中的日期范围?

发布于 2024-12-16 14:09:53 字数 217 浏览 2 评论 0原文

我有三个文本框,我对所有三个文本框使用日期选择器。当用户输入 第一个文本框中的某些日期比第二个文本框中的日期仅允许用户大于第一个文本框中的日期,而第三个文本框中允许的日期大于第二个文本框的日期。如果用户在第三个文本框中输入日期,则第二个文本框允许日期小于第三个文本框,第一个文本框允许日期小于第二个文本框,如果用户在第二个文本框中输入日期,则第一个文本框允许日期小于第二个文本框和第三个文本框允许日期大于第二个文本框。

I have three textboxes I use datepicker for all three textboxes. When user enter
some date in first textbox than second textbox allows the user only greater than date from the first textbox and third textbox allows the date greater than second textbox date. and If user enter the date in third textbox than the second textbox allows the date less than third textbox and first textbox allows the date less than second textbox and if the user enter the date in second textbox than the first textbox allows the date less than second textbox and third textbox allows the date greater than second textbox.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自我难过 2024-12-23 14:09:53

您可以使用( maxDateminDate ) 在 onSelect 回调。

检查这个小提琴

我希望这有帮助!

You can use ( maxDate and minDate ) in onSelect callback.

Check this fiddle.

I hope this helps!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文