This version is out of date, covering development from v9.5.0 to v9.7.3. 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 v9 Icon

time(aDate)


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Last Altered: 

 Function  [other Function type actions]

 Item  [operators of similar scope]

 Date-time  [other Date-time operators]

 Baseline

 As at baseline


time(aDate)

returns a string of the hours/minutes/seconds time part the aDate date/time expression, which may simply be a date-type attribute value. For instance:

$MyString = time($StartDate); 

If the time of $StartTime is 14:20:30 then $MyString will be "14:20:30". Passing to a string will elide leading zeroes, so a time of 05:08 will return "5:08".