Module: DateOperator

Defined in:
lib/models/filters.rb

Constant Summary collapse

CUSTOM =
'custom'
IN_THE_LAST =
'in the last'
IN_THE_PREVIOUS =
'in the previous'
IN_THE_CURRENT =
'in the current'
EQUAL_TO =
'equal to'
NOT_EQUAL_TO =
'not equal to'
GREATER_THAN =
'greater than'
LESS_THAN =
'less than'
GREATER_THAN_OR_EQUAL_TO =
'greater than or equal to'
LESS_THAN_OR_EQUAL_TO =
'less than or equal to'