Search notes:

cmd.exe: forfiles

Find files depending on their modification date

Find files that are younger than Novemeber 13th, 2018. This is on a swiss computer, I assume that the date is regionallanguage dependent:
f:\> forfiles /s /d +13.11.2018
Similiarly, files that are older than a date can be found using a - instead of a +:
f:\> forfiles /s /d -13.11.2018

See also

cmd.exe: Built-in commands
The shell command find

Index