MVC 客户端日期验证
我在 MVC 中使用 xVal 和 jQuery 进行客户端表单验证。
如果用户键入不符合指定格式的字符串,则将正确验证用 [DataType(DataType.Date, ErrorMessage=...)] 注释的日期字段。但如果用户输入的月份或日期无效,例如 13/32/2010,则在提交到服务器之前它不会有效。
有谁知道有什么快速方法可以更可靠地验证客户端的日期吗?
I'm using xVal and jQuery for clientside form validation in MVC.
A date field annotated with [DataType(DataType.Date, ErrorMessage=...)] is being properly validated if the user types a string that does not fit into the designated format. But if the user types something with invalid month or day, e.g., 13/32/2010, it is not validate until submission to the server.
Does anyone know of any quick way to more robustly validate dates on the client side?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论