I get strange results (including files from many years ago) when I use the following. I am in the UK and my PC is set to use DDMMYYY.
dc:>1/sep/2019 dc:<31/dec/2019
dc:>1/sep/2019 dc:<31/dec/2019
file: dm:20190901-20191231That works well. I notice it is mentioned vaguely as "function syntax" on https://www.voidtools.com/support/everything/searching/therube wrote: Tue Sep 08, 2020 8:30 pmfile: dm:20190901-20191231
(file: if you only want to see files. date format may depend on locale?
Does this work for you? (works here):burgundy wrote: Wed Sep 09, 2020 12:48 am The date syntax on that page permits "/" as a delimiter within the date string but that doesn't work. Nor do date constants work (such as "today").
Code: Select all
file: dm:01/12/2019..31/12/2019Code: Select all
file: dm:lastweek..yesterdayCode: Select all
file: dm:today@notnull All your three examples work fine. I will need to study this a bit more closely! Thank you.NotNull wrote: Sun Sep 13, 2020 1:31 pmDoes this work for you? (works here):burgundy wrote: Wed Sep 09, 2020 12:48 am The date syntax on that page permits "/" as a delimiter within the date string but that doesn't work. Nor do date constants work (such as "today").
file: dm:01/12/2019..31/12/2019
file: dm:lastweek..yesterday
file: dm:today