year Function

Retrieves the year from a date value.


int year(date _date)

Parameter

Description

_date

The date from which to return the year.

The year of _date.

// Returns the value 1998.
year(02\02\1998);

Community Additions

ADD
Show: