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


