4D v14

DAYOFWEEK

Home

 
4D v14
DAYOFWEEK

DAYOFWEEK  


 

 

Command DAYOFWEEKDAYOFWEEK (arithmetic_expression)

The DAYOFWEEK function returns a number representing the day of the week (ranging from 1 to 7, where 1 is Sunday and 7 is Saturday) of the date passed in the arithmetic_expression.

Example  

Supposing that we have the PEOPLE table with a Date_of_Birth field. To find out the day of the week of the date of birth for every person in PEOPLE :

SELECT DAYOFWEEK(Date_of_Birth)
FROM PEOPLE;

 
PROPERTIES 

Product: 4D
Theme: Functions

 
SEE ALSO 

DAY
DAYNAME
DAYOFMONTH
DAYOFYEAR

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)