dm search without the day including time?
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?
Re: dm search without the day including time?
Code: Select all
dm:2018-02 dm-hour:13
Use dm-time: for even more precise timeranges.
dm-hour:
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: