From fee5aad2fa8de398568800afa3a7fd58253774ac Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 31 Mar 2012 09:35:05 -0400 Subject: [PATCH] Documentation - Added an FAQ question that has been asked enough. --- doc/man/task-faq.5.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man/task-faq.5.in b/doc/man/task-faq.5.in index 1532e7b95..845d6d355 100644 --- a/doc/man/task-faq.5.in +++ b/doc/man/task-faq.5.in @@ -322,6 +322,15 @@ non-exact match: This will remove the second annotation - the first non-exact match. +.TP +.B Q: How do I show tasks completed on certain day? +The day in question has to be boxed by a range, like this: + + task end.after:3/29/2012 end.before:3/30/2012 completed + +Note that a single date, such as 3/29/2012 does not refer to a whole day, but +to a single point in time, 3/20/2012 0:00:00. + .TP .B Q: Why Lua as an extension language? Lua has many positive attributes: