MONTH function
Evaluates a date expression and returns a month INTEGER value from 1 to 12, inclusive.
Syntax
date
datetime-expression
ExampleThis procedure displays all the Orders that have a
PromiseDate
in a month that has passed, and whoseShipDate
field is the Unknown value (?
), which is the initial value of theShipDate
field:
See alsoADD-INTERVAL function, DATE function, DATE-FORMAT attribute, DATETIME function, DATETIME-TZ function, DAY function, ETIME function, INTERVAL function, ISO-DATE function, MTIME function, NOW function, TIME function, TIMEZONE function, TODAY function, WEEKDAY function, YEAR function, YEAR-OFFSET attribute
OpenEdge Release 10.2B
|