如何使用maskedit扩展器屏蔽日期格式为MM / yyyy的文本框?

时间:2015-01-21 06:54:40

标签: javascript c# jquery asp.net

我有一个TextBox在我的asp.net应用程序中输入信用卡日期(仅一个月和一年)。我添加了' TextBox with蒙版编辑扩展器with蒙版=" 99/9999" and蒙版类型="日期" { {1}}' 99/99/9999' . But its not working , it works only when I give the format面具`。任何人都能知道解决方案吗?

1 个答案:

答案 0 :(得分:-1)

使用正则表达式更好,正则表达式可以让您更好地控制验证。

您可以在正则表达式中创建自己的验证规则,然后可以验证文本框。

您可以在给定链接上了解有关正则表达式的更多信息。

http://www.codeproject.com/Articles/206330/Learning-REGEX-regular-expression-in-the-most-ea