Using Regular expression in Date format DD/MM/YYYY
(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4})
in this regular expression year 0000 also accepted.I need
atleast any one single digit must be nonzero value (like
0009,1000,0034)



Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4..

Answer / diganta.ddas

You can use following Regular Expression
(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/((?!0000)[0-9]{4})

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

how will we run batch tests in qtp what is the process to run the multiple test sets?

3 Answers  


Explain about the test fusion report of quicktest professional?

0 Answers  


Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance

0 Answers   Mphasis,


What is the basic concept of quicktest professional?

0 Answers  


Syntax for how to call one script from another and Syntax to call one "Action" in another?

1 Answers   Crea,






After running scripts how you report results ,there is any specific report form

5 Answers   Novartis,


What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?

3 Answers   IBM,


what are the Tools for version control?

3 Answers  


Discuss quicktest professional (qtp) environment?

0 Answers  


How good are you in writing VBscript code for your application? Can you completely write VBscrit for your project with out using recording mode in QTP?

3 Answers   CTS,


How to Set the Global Sync Timeouts in QTP?

2 Answers  


How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....

2 Answers  


Categories