get_contain_date(item_id)

Description


Get the date expression contained in item text.
Works with the following date formats
where the year is not specified the current year is assumed

Relative date expression may be used to calulate a date in the future

Examples

x = item_id;
y = get_contain_date(x)

x is assigned the item id which changes as the data file changes and hence must be checked everytime;
y is assigned the date in the item text of the item with item id x

See eccoext expression get_contain_date() for other examples of valid date expression

Related Rules

has_contain_date()

Rules