Programmer Guide/Command Reference/TIME: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==TIME==
<var>var</var> := TIME


<code>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>.


-> var = 'yyyy.mm.dd hh.mm.ss'
==See also==


Get the system date and time.
[[../TGET|TGET]], [[../TSET|TSET]]

Latest revision as of 11:14, 13 June 2019

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.

See also

TGET, TSET

Navigation menu

Personal tools