$SirTime: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (minor cleanup) |
||
(15 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<span class="pageSubtitle">Current time as YYDDDHHMISSXX</span> | <span class="pageSubtitle">Current time as YYDDDHHMISSXX</span> | ||
<p class=" | <p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $SirTime function.</p> | ||
The <var>$SirTime</var> function returns the current time in YYDDDHHMISSXX format. This function is especially useful in conjunction with [[$SirJGet]] | The <var>$SirTime</var> function accepts no arguments and returns the current time in YYDDDHHMISSXX format. This function is especially useful in conjunction with <var>[[$SirJGet]]</var>. | ||
==Syntax== | ==Syntax== | ||
<p class="syntax">< | <p class="syntax"><span class="term">%time</span> = <span class="literal">$SirTime</span> | ||
< | </p> | ||
<p> | <p> | ||
< | Where <var class="term">%time</var> is a string that is set to the current time in YYDDDHHMISSXX format.</p> | ||
< | |||
==Usage notes== | |||
<ul> | |||
<li>See the documentation of <var>[[$Sir_Date]]</var> for obtaining the current time in any format. | |||
</ul> | |||
==Products authorizing {{PAGENAMEE}}== | ==Products authorizing {{PAGENAMEE}}== | ||
<ul class="smallAndTightList"> | <ul class="smallAndTightList"> | ||
<li>[[Sirius functions]]</li> | <li>[[List of $functions|Sirius functions]]</li> | ||
<li>[[Fast/Unload User Language Interface]]</li> | <li>[[Fast/Unload User Language Interface]]</li> | ||
<li>[[Janus Open Client]]</li> | <li>[[Media:JoclrNew.pdf|Janus Open Client]]</li> | ||
<li>[[Janus Open Server]]</li> | <li>[[Media:JosrvrNew.pdf|Janus Open Server]]</li> | ||
<li>[[Janus Sockets]]</li> | <li>[[Janus Sockets]]</li> | ||
<li>[[Janus Web Server]]</li> | <li>[[Janus Web Server]]</li> | ||
<li> | <li>Japanese functions</li> | ||
<li>[[Sir2000 Field Migration Facility]]</li> | <li>[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]</li> | ||
</ul> | </ul> | ||
[[Category:$Functions|$SirTime]] | [[Category:$Functions|$SirTime]] |
Latest revision as of 23:38, 6 October 2015
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.