how to search time?

General discussion related to "Everything".
Post Reply
everythingsuoke
Posts: 1
Joined: Wed Dec 02, 2015 2:51 am

how to search time?

Post by everythingsuoke »

version:V1.4.0.713b (x86)
Question
chinese version:
我使用 D:\ datemodified:>="2015/12/1" 命令搜索到以下结果
a.txt 2015/12/1 12:35:41
b.txt 2015/12/1 13:35:41
c.txt 2015/12/1 14:35:41
有关于time的函数可以精确到具体时间吗?比如是在>=13:00.

english version: my english is pool.
can search option Accurate to the specific time? I just can accurate to the specific date like yyyy/mm/dd,but I can't find a way to accurate to "yyyy/mm/dd hh:mm:ss"
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: how to search time?

Post by void »

Only dates can be entered (yyyy/mm/dd)

I've added: "support time specification with date search functions" to my TODO list.

If the search time is quite recent, please consider using last<x><hours|mins|seconds>, for example:

Code: Select all

datemodified:last2hours
datemodified:last30mins
datemodified:last50seconds
Post Reply