| This will generate evaluators that handle dates.
This will also parse strings into dates, according to
DEFAULT_FORMAT_MASK, unless it is overridden by the drools.dateformat system property.
When parsing dates from a string, no time is included.
So you can do expressions like
Person(birthday <= "10-Jul-1974") etc.
author: Michael Neale |