$SirTime: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 17: Line 17:
Notes:See the documentation of [[$Sir_Date]] for obtaining the current time in any format.
Notes:See the documentation of [[$Sir_Date]] for obtaining the current time in any format.


<h2>Products authorizing {{PAGENAMEE}}</h2><ul class="smallAndTightList">
==Products authorizing {{PAGENAMEE}}==
<ul class="smallAndTightList">
<li>[[Sirius functions]]</li>
<li>[[Sirius functions]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[[Fast/Unload User Language Interface]]</li>

Revision as of 21:32, 7 November 2012

Current time as YYDDDHHMISSXX

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

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" />

%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