This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v19
DAYNAME
|
|
||
The DAYNAME function returns the name of the day of the week for the date passed in the arithmetic_expression.
This example returns the name of the day of the week for each date of birth passed:
SELECT DAYNAME(Date_of_birth);
Product: 4D
Theme: Functions
4D SQL Reference ( 4D v19)