Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

MinDate

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '{{ scriptcommand | name = MinDate | syntax = YYYY/MM/DD | description = This condition is fulfilled if the actual date is this date or later (greater than or equal to). | example…')
 
Line 6: Line 6:
| example-description = This condition will be fulfilled on October 1st 1864, and on any date thereafter.
| example-description = This condition will be fulfilled on October 1st 1864, and on any date thereafter.
  Note: See also [[FixedDate]] and [[MaxDate]]
  Note: See also [[FixedDate]] and [[MaxDate]]
-
| param1 = YYYY
+
| param1 = YYYY/MM/DD
-
| param1desc = Integer; Year
+
| param1desc = Text String; Year/Month/Day
-
| param2 = MM
+
-
| param2desc = Integer; Month
+
-
| param3 = DD
+
-
| param3desc = Integer; Day
+
}}
}}

Latest revision as of 11:53, 21 April 2010

MinDate

Syntax  

MinDate = YYYY/MM/DD

Description

This condition is fulfilled if the actual date is this date or later (greater than or equal to).

Example  

MinDate = 1864/10/01

This condition will be fulfilled on October 1st 1864, and on any date thereafter.

Note: See also FixedDate and MaxDate


 

Parameters

YYYY/MM/DD

Text String; Year/Month/Day

Forums