am giving to one number u can set into that in date format.u
can use any methods
Answer / manjunathareddy
Yes,U can write any Date format.
Refer the below Example.
Set oExcel=GetObject("","Excel.Application")
Print oExcel.Text("12/03/12","DD-MMM-YY")
| Is This Answer Correct ? | 0 Yes | 3 No |
how to operate webobjects in a webpage using getobject function and then using generic methods?
How to remove the spaces in a string Ex: "this is apple"
Which function is used to perform string comparison?
Mention what is byref and byval parameters in vbscript?
What is the output of a + b in vbscript if a = 5 and b = 10?
How can you create an object in vbscript?
Input = 124 output should be 124421 Please do not use any string functions/variables
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
how does vb script help in web page designing? explain with example.
What are the different types of loops available in the vbscript language?
input values to accept 2 numbers & print the product, difference and sum using switch case
How do you get the value of a combo box in Javascript?