Hi everyone.
I am trying to change the style only for items that are not within the current date/time within the calendar I am displaying.
Basically the logic I am trying to do is:
Current cells date < current date/time
However, it is hiding from 2 of june that is 2 days upfront from current date/time.

In additon I can not use the ≤ operator for the condition above (that compares two dates) that might help with this problem.
How would be the best approach to make this functionality work?
![]()
