write the regular expression for date format of mm/dd/yy?

Answer Posted / rajesh

Pavani your point is correct

Here is the format for the input.
MM will be 1 to 12 "[1-9]|1[0-2]"
DD will be 1 to 31 "[1-9]|[1-2][0-9]|3[0-1]"
YY will be "[0-9][0-9]"

Hence MM/DD/YYYY will be
"[1-9]|1[0-2]/[1-9]|[1-2][0-9]|3[0-1]/[0-9][0-9]"

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is ODC and GDC?

7343


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

1402


Whats the realtime QTP testing process

1991


What are the major/ important methods, functions in QTP we use realtime testing

2259


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1323






Name the properties you would use for identifying a browser and page when using descriptive programming?

520


What is meant by Output Value in UFT?

561


If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?

567


distinguish between old version and new version QTP features.

1859


An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))

1581


I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2

1494


Explain in brief about the quicktest professional (qtp) automation object model?

565


What are the views available in qtp?

584


What is throw object?

1745


Dis advantages of XML checkpoint ?

1579