example-date format is 01-jan-09 in QTP.How to convert this
format to 01-01-09?
Answer Posted / brahma naidu kapa
It's very simple question;
no need to write all the excessive code.
Please convert the given value into date format by using
the CDATE Function
val = "01-jan-09"
Conv_Val = cdate(val)
msgbox Conv_Val
Result : "01-01-2009"
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Is it possible to use two instances of UFT on the same machine? If not why?
How does qtp identify gui object?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
desribe a situation where u faced a stressful situation and how did u cope with it
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
when u script reveiwing in which area u more concentrates?
What is qtpro?
What are the differences between quicktest professional and winrunner?
What is the short cut keys for the following?
Describe how Smart Identification is used
terminal services client
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How will you test a stapler?
What is the difference between local and shared object repository in qtp?
how to post xml data from QTP scripts to any application?