dm search without the day including time?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 669
Joined: Mon Aug 24, 2020 1:16 pm

dm search without the day including time?

Post by anmac1789 »

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: 5461
Joined: Wed May 24, 2017 9:22 pm

Re: dm search without the day including time?

Post by NotNull »

Code: Select all

dm:2018-02   dm-hour:13
Will find all files/folders that are last modified on any day in February 2018 between 13:00 and 13:59:59
Use dm-time: for even more precise timeranges.

dm-hour:
anmac1789
Posts: 669
Joined: Mon Aug 24, 2020 1:16 pm

Re: dm search without the day including time?

Post by anmac1789 »

NotNull wrote: Sat Oct 14, 2023 9:11 pm

Code: Select all

dm:2018-02   dm-hour:13
Will find all files/folders that are last modified on any day in February 2018 between 13:00 and 13:59:59
Use dm-time: for even more precise timeranges.

dm-hour:
ohh I see okay it has to be seperated
Post Reply