Difference between revisions of "Date"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #date ==
+
{{header|Miscellaneous|ro|Represents the local date of the computer that EasyUO is running on.
'''Miscellaneous System Variables'''
+
The format is YYMMDD, where YY is the year, MM is the month and DD is the day.}}
=== Description ===
+
{{ro}}
+
 
+
Represents the local date of the computer that EasyUO is running on.
+
 
+
The format is YYMMDD, where YY is the year, MM is the month and DD is the day.
+
  
 
==== Example ====
 
==== Example ====
Line 19: Line 13:
  
 
</pre>
 
</pre>
==== See Also ====
+
 
{|
+
{{footer}}
| Width=200px | [[Var_time|&#0035;time]] || Width=200px | [[Var_sysTime|&#0035;sysTime]] || Width=200px | [[Var_sCnt|&#0035;sCnt]] || Width=200px | [[Var_sCnt2|&#0035;sCnt2]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Miscellaneous_Variables|Miscellaneous System Variables]]
+
|}
+

Revision as of 11:55, 26 August 2005

Represents the local date of the computer that EasyUO is running on.

The format is YYMMDD, where YY is the year, MM is the month and DD is the day.

Example


if #date = 24122003
{
  event SysMessage Merry christmas!
  pause
}

See also

Main Page Documentation