Date operators

Description of date operators used in decision tables

Every condition cell in decision table can have a different operator. These are the general operators which you can choose from:

How to use date operators

By choosing any of the operators, date and time are set to None, and the time zone is set to GTM+1:00.

By clicking on or modal window is shown, where you, if you want to set a specific date or time.

Date select window
Specific date select

Request input format

Request input must be in a specific format, which is shown below. The order of date, time and timezone, does not affect the result.

Equals Operator (=)

Compares two date values. The equal operator compares:

  • Date

Equal Operator examples:

Greater than OR Equal Operator (>=)

The greater than or equal operator (>=) returns true if the left operand is greater than or equal to the right operand, and false otherwise.

Greater than OR Equal Operator examples:

Greater Operator (>)

The greater operator (>) returns true if the left operand is greater than the right operand, and false otherwise.

Greater Operator examples:

Less than OR Equal Operator (<=)

The less than or equal operator (<=) returns true if the left operand is less than or equal to the right operand, and false otherwise.

Less than OR Equal Operator examples:

Less than Operator (<)

The less than operator (<) returns true if the left operand is less than the right operand, and false otherwise.

Less than Operator examples:

Not Equal Operator (<>)

Compares two dates. The not equal operator compares:

  • Date

Not Equal Operator examples:

Between Operator (between)

The between operator (between) returns true if the left operand is between or equal to the right operand, and false otherwise.

Between Operator examples:

Last updated