You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
DAY
Returns the day of a date or dateTime value. The day is returned as an integer in the range 1 - 31.
Syntax
DAY ( date | dateTime )
Inputs
- date or dateTime - The date or dateTime value of which the day must be returned.
Return type
- integer
Examples
Expression | Result | Type |
---|---|---|
DAY ( DATE ( 2015 , 01 , 01 ) ) | 1 | Integer |
DAY ( DATE ( 1978 , 04 , 11 ) ) | 11 | Integer |
Overview
Content Tools