Difference between revisions of "Date"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #time ==
+
== #date ==
 
'''Miscellaneous System Variables'''
 
'''Miscellaneous System Variables'''
 
=== Description ===
 
=== Description ===

Revision as of 18:45, 10 August 2005

#date

Miscellaneous System Variables

Description

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

#time #sysTime #sCnt #sCnt2

Main_Page Documentation Miscellaneous System Variables