WEEKDAY returns the weekday (1-7) of a date literal.
SYNTAX:
WEEKDAY(date literal)
Weekday number of Date
- = Sunday
- = Monday
- = Tuesday
- = Wednesday
- = Thursday
- = Friday
- = Saturday
EXAMPLES:
WEEKDAY(D) - Returns the day of the month for the current date (date being calculated).
|