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)
(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 = | + | | param1desc = Text String; Year/Month/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
Text String; Year/Month/Day |