Font-size: A A A
The Year function returns the number of the current year using any valid date expression as an argument.
<% =Year(Now) %>
1999
You can also use the Date and Now functions as the argument.
<% =Year("6/26/43") %>
1943