Manuals/calci/WEEKDAY
Syntax
Examples
''''''' ''''
Description
This function gives the day of the week corresponding to a date.
WEEKDAY
Let's see an example in Column1Row1
C1R1 = 12/11/2003
I.e.= WEEKDAY(C1R1) is 5
///rly = WEEKDAY(C1R1,2) is 4
Column1 | Column2 | Column3 | Column4 | |
Row1 | 12/11/2003 | 5 | 4 | |
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |
WEEKDAY(sn,n)
where sn is a sequential number that represents the date of the day and n is a number that determines the type of return value.