Answer Posted / satya
You can use Date functions for this
ex-
1. Msgbox Date() or Msgbox Date
this will Returns the current system date.
2. MsgBox now() or MsgBox now
will Returns the current system date and Time.
3. MsgBox Time() or MsgBox Time
Returns - the current system time
Here is the list of All Date and Time Functions for
Reference.
Function -------> Description
CDate -Converts a valid date and time expression to the
variant of subtype Date
Date - Returns the current system date
DateAdd -Returns a date to which a specified time interval
has been added
DateDiff- Returns the number of intervals between two dates
DatePart- Returns the specified part of a given date
DateSerial- Returns the date for a specified year, month,
and day
DateValue - Returns a date
Day Returns- a number that represents the day of the month
(between 1 and 31, inclusive)
FormatDateTime - Returns an expression formatted as a date
or time
Hour - Returns a number that represents the hour of the day
(between 0 and 23, inclusive)
IsDate - Returns a Boolean value that indicates if the
evaluated expression can be converted to a date
Minute - Returns a number that represents the minute of the
hour (between 0 and 59, inclusive)
Month - Returns a number that represents the month of the
year (between 1 and 12, inclusive)
MonthName - Returns the name of a specified month
Now - Returns the current system date and time
Second - Returns a number that represents the second of the
minute (between 0 and 59, inclusive)
Time Returns - the current system time
Timer Returns - the number of seconds since 12:00 AM
TimeSerial - Returns the time for a specific hour, minute,
and second
TimeValue - Returns a time
Weekday - Returns a number that represents the day of the
week (between 1 and 7, inclusive)
WeekdayName - Returns the weekday name of a specified day
of the week
Year - Returns a number that represents the year
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
how to check whether link is disabled in QTP??
What is the main difference between function and sub-procedure?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
What are the 2 ways to pass a value to the function?
what do you mean .ota mobile format
What is dictionary object in vbscript? Explain?
Mention what is vbscript procedures?
Which function is used in the vbscript language to convert the specified expression into a date type value?
Mention the rules for using option explicit statement?
Is vbscript a case-sensitive or case-insensitive?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
about vb scripting programs this type of all question& answers
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How to take whole text output from screen of Bitmap Application.