Jetstack's datetime-family filters support:
nullnot_nullequalequal_advancednot_equalnot_equal_advancedless_thanless_than_advancedgreater_thangreater_than_advancedbetweenpresetequalnot_equalless_thangreater_thanbetweenUse these when the date boundary is explicit.
equal_advancednot_equal_advancedless_than_advancedgreater_than_advancedThese operators first evaluate an expression and then normalize it as a datetime boundary. Use them when the comparison value should be computed from runtime context.
preset uses built-in platform ranges such as:
Date filtering often looks simple in the UI but carries subtle meaning:
The datetime family exists to make those rules explicit.
Use less_than_advanced when a field should be filtered by "before the date stored in another field" rather than before a fixed date entered by the user.