This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v19
DAY
|
|
||
The DAY function returns the day of the month for the date passed in the arithmetic_expression.
This example returns the day of the month for the date "05-07-2007":
SELECT DAY(’05-07-2007’);
`returns 7
Product: 4D
Theme: Functions
4D SQL Reference ( 4D v19)