Y

<< Click to Display Table of Contents >>

Navigation:  Concordance Programming Language Reference > Functions >

Y

The following topic discusses the Concordance Programming Language (CPL) functions that begin with the letter Y. For more information on CPL functions, see Functions, About the Advanced Programming Features, and About CPL Functions.

Year

int year(int duedate);

Description - Extracts the year from the date. The date can be a value returned by ctod() or a date field.

Return Value - The year in integer format.

See Also - day(), month(), weekday()