am giving to one number u can set into that in date format.u
can use any methods
Answer Posted / 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 |
Post New Answer View All Answers
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How to create a function in vbscript?
What is the scope of a constant declared using public?
Difference between dim,public and private variables in vb script?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Explain about scrrun.dll?
Differentiate javascript and vbscript?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Mention what is byref and byval parameters in vbscript?
What is the difference between VBScript and JavaScript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Explain the arrays in vb script?
Explain the extension .hta?
What are the special sub-types in vbscript?
Which operator is used to concatenate the 2 values in the vbscript language?