Dating elements in the scriptAll elements in the script may have a limited lifespan. You can specify the first and last date for the element to be active. This is controlled by two attributes that are not documented for each element. Optional attributes for all elements in the script.
The form of the attributes are: yyyy:mm:dd. You may use one, both or none. If neither is present, the element is valid at all times. Examples: <module name="Solutions" firstdate="2005:04:01"/> <module name="greetings" firstdate="2005:12:24" lastdate="2006:01:01"/> |