Programmer Guide/Command Reference/TIME: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
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.10.24 16.40.32</code>.
 
-> var = 'yyyy.mm.dd hh.mm.ss'
 
Get the system date and time.

Revision as of 21:40, 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.10.24 16.40.32.

Navigation menu

Personal tools