FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which VBScript function returns the day of the week for any date?
A
Date
B
Day
C
Weekday
D
Now
Explanation: 

Detailed explanation-1: -The Weekday function returns a number between 1 and 7, that represents the day of the week.

Detailed explanation-2: -The Date argument is any valid date expression and you may use the Date and Now functions. The optional FirstDayofWeek argument must only use the constants or values defined above in the Date And Time Constants. The Weekday function returns the number of the day of the week.

Detailed explanation-3: -1 = vbSunday-Sunday (default) 2 = vbMonday-Monday. 3 = vbTuesday-Tuesday. 4 = vbWednesday-Wednesday.

Detailed explanation-4: -❮ Complete VBScript Reference. The Date function returns the current system date.

Detailed explanation-5: -The Now function returns the current date and time according to the setting of your computer’s system date and time.

There is 1 question to complete.