how to write regular expression for Date field?
Answer Posted / raghu
To apply Regular expression for Date we have to split months
1) [0][1-9] because it accepts 01,02,...09 as months
2) [1][1-2] and this is for 10th,11th, 12th months
Now The Regular expression for whole date format is as follows
Example MM/DD/YY
[0][1-9][/][0-9][0-9][/][0-9][0-9] for 1 to 9 months
[1][1-2][/][0-9][0-9][/][0-9][0-9] for 10 to 12 months
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of checkpoints?
What are the methods used in UFT to handle exceptions or run-time errors?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
What is QTP and the use of QTP in TD?
Give the syntax to load function at run time.
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
How to customize checkpoints with parameters?
why should we give deliver good quality software?
What is recovery scenario in qtp?
Explain Descriptive Programming Types with Examples?
How will you compare keyword and expert view?
What is file database?
What are the trigger events in qtp?
why you have standardized functions? plzzz guys with real time exp. do answer