how to get date format from system locale..format means
neither long nor shor... format from system locale. i need
like your date is mm/dd/yyyy formate or mm-dd-yy or with
time like that. how to get.
Answer Posted / bkiranratna
see the 'cdate' in the qtp help file .
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Why to use option explicit in vb script?
Explain the extension .hta?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
how to automatically update the sql server2005 database records when insert in vb6?
Mention what is the technology used by vb script?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
What is the event handling in vbscript?
How to replace junk code recorded by QTP with a mall function.
How to write functions and sub in vb script?
What is the extension of the vbscript file?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
In what way program "hello world" you can write in vbscript?
What is the use of the formatdatetime function in the vbscript language?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?