AgeAsOf
Key value:
A date in the format of xxxx-xx-xx for example, 2013-07-01 is July 1, 2013
Description:
Used to calculate the age of a visitor/guest attached to a product as of a specified date rather than the current date. Used to override birth date calculation dates, which is usually done using the current date. The following example calculates guest ages attached to products as of July 1, 2013: AgeAsOf = 2013-07-01. If you specify the year as 0000 (e.g., AgeAsOf = 0000-07-01), age calculations are always performed on the next occurrence of the specified month and day. If you want to continue to use the current date for age calculations, the setting can be used as follows: AgeAsOf = ""or it can be omitted entirely from the siteconfig.config file. In addition, you need to add code similar to this to the pass item’s Sales Action tab:
<ISWEB>SELECTLAST()DATETIME(06/01/2013)</ISWEB>
using the correct date, of course.
Example:
AgeAsOf = ""
AgeAsOf = 0000-07-01
AgeAsOf = 2013 -07-01
See also:
None