Programmer Guide/Command Reference/TIME: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<var>var</var> := TIME | <var>var</var> := TIME | ||
This {{STX}} command returns the current system date and time as a string of the format <code>yyyy.mm.dd hh.mm.ss</code>, e.g. <code>1969. | This {{STX}} command returns the current system date and time as a string of the format <code>yyyy.mm.dd hh.mm.ss</code>, e.g. <code>1969.07.21 03.56.00</code>. |
Revision as of 21:58, 30 April 2014
var := TIME
This STx command returns the current system date and time as a string of the format yyyy.mm.dd hh.mm.ss
, e.g. 1969.07.21 03.56.00
.