This version is out of date, covering development from v7.0.0 to v7.5.6. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox 7 Icon

Date.month


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Altered: 

 Property   [other Property type actions]

 Item   [operators of similar scope]

 Date-time   [other Date-time operators]

 Baseline

 


$MyDate.month

Returns the 1 or 2 digit month for the Date-type attribute specified. Valid range 1-12.

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

$MyDate.month returns 10

The operator may also be used to set the attribute's month, using a valid figure $MyDate.month = 6 sets the month to 6 (June)