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
What is the use of the instr function?
Explain what is loose binding? Why is it not a good practice to use it?
what is the differance between BYVAL,BYREF?
Explain the scope of the variables using dim, public, and private keywords respectively.
Explain the arrays in vb script?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
How to Enter Values on the Command promt using VB script
Explain the functionality of vbscript?
Mention what is the main difference between function and sub-procedure?
What is the difference between a dictionary and an array?
Explain the constants in vbscript?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
Mention how to create a cookie using vbscript?
What is the difference between do until loop and do while loop?
What are the properties of regexp object?