$year
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
$year
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Extracts the year number associated with a specified date value.
Syntax
$year(date)
Parameters
date | a data, or an expression that evaluates to a date, in the form YYYYMMDD |
Return Value
Character string.
Comments
This function extracts day information from standard date values. Date is often the system variable $Date.
Example
$year(19981225)
Evaluates to “1998”.
$year($date + 7)
Evaluates to “1999” when $Date is 19991225.
See Also
Updated
ByJason Lee
Was this article helpful?
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5