Difference between revisions of "Date"

From Wiki
Jump to: navigation, search
(Example)
Line 6: Line 6:
 
<pre>
 
<pre>
  
if #date = 24122003
+
if #date = 031225
 
{
 
{
 
   event SysMessage Merry christmas!
 
   event SysMessage Merry christmas!

Revision as of 11:09, 31 May 2007

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 = 031225
{
  event SysMessage Merry christmas!
  pause
}

See also

Main Page Documentation