Find files created on certain days

General discussion related to "Everything".
Post Reply
Yorkyboy
Posts: 2
Joined: Tue Nov 17, 2015 11:58 am

Find files created on certain days

Post by Yorkyboy »

Hi there,

I wondered if there was a way for me to find a certain type of file that was created on certain days. For example, I would like to find all files with the extension .mts created on all previous Sundays. I know that I can use the term *.mts dm:<the dates I'm looking for> but wondered if instead of having to type the actual date of each Sunday previous, there was a syntax for this?

I live in hope of this! :)
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Find files created on certain days

Post by salazor »

Try:

Code: Select all

dc:sunday *.mts
And look here and here
Yorkyboy
Posts: 2
Joined: Tue Nov 17, 2015 11:58 am

Re: Find files created on certain days

Post by Yorkyboy »

salazor wrote:Try:

Code: Select all

dc:sunday *.mts
And look here and here
Excellent. Thank you so much :D . I was putting the date query in the wrong place :oops:
Post Reply