- All Implemented Interfaces:
- ComparisonOperator, Operator
public class Before
extends Object
implements ComparisonOperator
The Before operator works with a date object to tests whether an expression will yield result
before a certain date position.
Example:
-
logicService.parse("'CD4 COUNT'").before(Context.getDateformat().parse("2009/12/04");
The above will give us a criteria to check if there's "CD4 COUNT" observations before 12/04/2009
- See Also:
After