$SirTime: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:$SirTime}} <span class="pageSubtitle"><section begin="desc" />Current time as YYDDDHHMISSXX<section end="desc" /></span> <p class="warning">Most Sirius $functions...")
 
m (1 revision)
(No difference)

Revision as of 15:45, 31 January 2011

<section begin="desc" />Current time as YYDDDHHMISSXX<section end="desc" />

Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $SirTime function is to be entered.

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

$SirTime accepts no arguments and returns a string.

Syntax

<section begin="syntax" /> %TIME = $SirTime <section end="syntax" />

$SirTime Function

%TIME is set to the current time in YYDDDHHMISSXX format.


Notes:

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

Products authorizing $SirTime