MONTH()
Description
This function implements the MONTH() function for SBL
compatibility. It returns the month component of a date
object as an integer or the value 0 if
the date is equal to .nul.
Prototype
MONTH (
date )
dt
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| dt | None | date |


