$SirTime

From m204wiki
Revision as of 23:38, 6 October 2015 by JAL (talk | contribs) (minor cleanup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Current time as YYDDDHHMISSXX

Note: Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $SirTime function.

The $SirTime function accepts no arguments and returns the current time in YYDDDHHMISSXX format. This function is especially useful in conjunction with $SirJGet.

Syntax

%time = $SirTime

Where %time is a string that is set to the current time in YYDDDHHMISSXX format.

Usage notes

  • See the documentation of $Sir_Date for obtaining the current time in any format.

Products authorizing $SirTime