How to validate an expression in javascript?
- by Kapil123
Hi All!
I have an expression-- {YYYY}-{MM}
I have a textbox in that i will take input from user.
User must input in above format
for eample, {2010}-{03} or {10}-{3} or {2010}-{3}
How to validate this using Java script
Please help me to solve this.
Thank You