DayOfWk
Syntax
int DayOfWk (date date)
Description
Calculates the day of the week for the date specified by date. Note that Monday is regarded as day 1 of the week.
Example
DayOfWk(02\02\1998)
returns the value '1'.
See also
DayOfYr, DayOfMth, WkOfYr, MthOfYr, Year
|