Contents
Display Legacy Contents

 Print
    Year      
This Function returns a <string>, which is the year of the specified Date.

Parameters

Source Date <string>
  Date to get the year from. This parameter must be in format YYYYMMDD.
   
Year Format <numeric>
  Format of the value to return.
The possible values for this parameter are:

  2     YY.
  4

YYYY.

     
Example 1
  Example 2
Year("20100301", 2)

Result = 10
  Year("20100301", 4)

Result = 2010


See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:48 AM