[rt-users] Search BETWEEN dates?
Todd Chapman
todd at chaka.net
Tue Mar 15 10:07:32 EST 2005
On Tue, Mar 15, 2005 at 10:04:06AM -0500, Anthony Leong wrote:
>
>
>
> However, I am not sure if it will be inclusive of those two dates. So,
> you can try by adding the following to Advanced and see it in the Query
> Builder:
>
> Created = '20050101' OR Created = '20050131' OR ( Created > '20050101'
> AND Created < '20050131' )
>
>
> Anthony Leong
It's not. The query porbably needs to be:
Created > '20041231' AND Created < '20050201'
More information about the rt-users
mailing list