Programmer Guide/Command Reference/TIME: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
<var>var</var> := TIME | |||
<code> | 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>. | ||
==See also== | |||
[[../TGET|TGET]], [[../TSET|TSET]] |