Version 1.4.1.1003 (x64)
I'm trying to find files modified the last X days, for example modified the last 2 days.
For now, I have something like this :
Code: Select all
dm:04/02/2021..today
So far it's working but as you can see, the first date is hardcoded, and I have to change it when I want to run a search days later.
So I guess I'm looking for some kind of relative date, something like :
Code: Select all
today-2
(I tried them but no luck
Any idea how to do this ?
Thanks !