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
How do you convert manual test cases to automated test cases?
How to define array in qtp?
How software automation specialist enter steps in the Expert View?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
How does quicktest professional identifies the object in the application?
What are the types of data tables in qtp?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Why bpt?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
What is the use of text output value in quicktest professional?
What are the steps involved in the recovery scenario wizard?
How can you pass value one action to another action?
Discuss quicktest professional (qtp) environment?
how to know no.of mails in our g mail by using vb-script