Difference between revisions of "Date"
From Wiki
(→Example) |
|||
Line 6: | Line 6: | ||
<pre> | <pre> | ||
− | if #date = | + | if #date = 031225 |
{ | { | ||
event SysMessage Merry christmas! | event SysMessage Merry christmas! |
Revision as of 10: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 |