I am not expert in writing regular expressions so need your help. I want to validate date in “dd-MMM-yyyy” format i.e. 07-Jun-2012. I am using RegularExpressionValidator in asp.net.
Can anybody help me out providing the expression?
Thanks for sharing your time.
Using a DatePicker is probably the best approach. However, since that’s not what you asked, here’s an option (although it’s case sensitive):
In addition, here’s a place you can easily test Regular Expressions: http://www.regular-expressions.info/javascriptexample.html