LoginSignup
16
15

More than 3 years have passed since last update.

Windows Explorerで日付の範囲指定でファイルを検索する方法

Last updated at Posted at 2015-12-07

以下の様な指定ができますね。

日付範囲指定(..)
更新日:2015/12/1..2015/12/7 *.xlsx
日付範囲指定(..)
更新日時:2015/12/1 .. 2015/12/7 AND *.xlsx
日付範囲指定(<=と>=)
更新日:>=2015/12/01 更新日:<=2015/12/07 *.xlsx
日付範囲指定<と>
更新日時:>2015/11/30 AND 更新日時:<2015/12/08 AND *.xlsx
16
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
15