4D v16

DAYOFMONTH

Home

 
4D v16
DAYOFMONTH

DAYOFMONTH  


 

 

Command DAYOFMONTHDAYOFMONTH (arithmetic_expression)

The DAYOFMONTH function returns a number representing the day of the month (ranging from 1 to 31) 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 number of the date of birth for every person in PEOPLE:


SELECT DAYOFMONTH(Date_of_Birth)
FROM PEOPLE;



Siehe auch 

DAY
DAYNAME
DAYOFWEEK
DAYOFYEAR

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Functions

 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D - SQL Reference ( 4D v16)