Year

The function of “Year” is to return the year part of a value. The argument must be a date, timestamp, or a valid character string representation of a date or timestamp. The result of the function is an integer between 1 and 9999.
Syntax
: year(field_name) Example: year([release_year])
Special Cases
:
  • If the argument is null then the result value will be null.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.