has_contain_date(item_id)



Description

will return true if the item text has a date value somewhere in the string false otherwise
Works with the following date formats

Example

x=item_id;
y=has_contain_date(x)

x is assigned the item id of the item and
y returns true or false depending on whether there is a date expression in the item.

Related Rules

get_contain_date()