+1 888 340 6572

Year

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns a numerical value, indicating the year of the specified EasyLanguage Date.

EasyLanguage Date is specified in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.

Usage

Year(YYYMMdd)

Where:

YYYMMdd - a numerical expression, specifying the date in EasyLanguage YYYMMdd format.

Notes

Example

Year(1080101)

Will return a value of 108, indicating the year of 2008.

Year(990605)

Will return a value of 99, indicating the year of 1999.