检查开始和结束日期
我有一个日期选择器,用于开始日期和结束日期,我想检查以确保用户选择日期,以便开始日期早于结束日期。
谢谢...
I have a date picker one for begin date and end date, i wanted to check to make sure that the user selects dates so that the begin date is before the end date.
thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
感谢大家的帮助 - 这就是我能够得出的结论。这是我在controller.cs中添加到我的帖子中的内容:
Thanks for everyone's help - this is what i was able to conclude. This is what i added to my post in my controller.cs: