$SirTime: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:$SirTime}} | {{DISPLAYTITLE:$SirTime}} | ||
<span class="pageSubtitle" | <span class="pageSubtitle">Current time as YYDDDHHMISSXX</span> | ||
<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $SirTime function.</p> | <p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $SirTime function.</p> |
Revision as of 21:21, 22 November 2011
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" />
Notes:See the documentation of $Sir_Date for obtaining the current time in any format.