Tinderbox v10 Icon

Date.year()


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Data Type Returned: 

Operator First Added: 

Operator in Current Baseline: 

Operator Last Altered: 

 Property  [other Property type actions]

 Item  [operators of similar scope]

 Date-time  [other Date-time operators]

 Number [about Number data type]

 v5.7.0

 Baseline

 As at baseline


Syntax note: Operators without any defined mandatory arguments may omit their empty closing parentheses


Date.year()

Date.year

Returns the 1 to 4 digit year for the Date-type attribute specified.

If $MyDate is 25 Oct 1415 16:20 then:

$MyNumber = $MyDate.year; returns 1415

The operator may also be used to set the attribute's day, using a valid figure

$MyDate.year = 1805; sets the year to 1805

See also—notes linking to here: