如何使用Evernote搜索语法来获取在指定日期范围内创建的注释?
documentation具有以下内容:
created:[datetime] - will match any note that has a 'created' timestamp that is equal to, or more recent than, the provided datetime
但是没有关于如何使用日期范围的内容。
答案 0 :(得分:1)
包括第二个否定的创建术语:
查找2010年1月1日至2011年1月31日期间创建的备注:
创建时间:20110101 -created:20110201
答案 1 :(得分:0)