In Glide yes, it’s trivial with Date math.
- 3 days ago:
Now - 3
- tomorrow:
Now + 1
- a month ago:
Now - 30
(rough approximation - if you need exactly one month, that’s possible but a slightly more complex formula required)
Some references:
In Glide yes, it’s trivial with Date math.
Now - 3
Now + 1
Now - 30
(rough approximation - if you need exactly one month, that’s possible but a slightly more complex formula required)Some references: