dm search without the day including time?
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
dm search without the day including time?
Hello, how can I use a dm: search with only the year and month and time? for example, dm:2018-02T13:00 = all files modified on february 2018 with 1 PM as the time?
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: dm search without the day including time?
Code: Select all
dm:2018-02 dm-hour:13Use dm-time: for even more precise timeranges.
dm-hour:
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: dm search without the day including time?
ohh I see okay it has to be seperatedNotNull wrote: Sat Oct 14, 2023 9:11 pmWill find all files/folders that are last modified on any day in February 2018 between 13:00 and 13:59:59Code: Select all
dm:2018-02 dm-hour:13
Use dm-time: for even more precise timeranges.
dm-hour: