DAYOFYEAR
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the day of the year in the argument as a short integer value in the range of 1-366. The argument date_expression can be the name of a column, the result of another scalar function, or a date or timestamp literal.
Syntax
|
Notes
- The
argument to the function must be of type
DATE. - The result is of type
SHORT. - If the argument expression evaluates to
NULL, the result isNULL.
Example
This
example illustrates the DAYOFYEAR function:
|
Compatibility
ODBC compatible