|
#1
|
|||
|
|||
Date Math Search Problem
I have just built a Search button to find all To-Do's equal to Today's date. I have two To-Do's dated 1-26-05, but the search will not find the items, unless I change the date to 1-27-05. The logic is off by one day. Is this a bug?
|
#2
|
|||
|
|||
You're right, date equals searches are off by one day. As a workaround, you can use
<date attr> less than or equal to <date> and <date attr> greater than or equal to <date> |
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
I've attached the test database I used. The Advanced Search item matches one task, 'test task'. Does it find work differently for you?
|
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
All the date comparison issues should be resolved in 1.2.
|
|
|