I have a list with a datetime filed.
I want selected items from this with date rang.
I use this code
<Where>
<And>
<Geq>
<FieldRef Name='SendDate' /> <Value IncludeTimeValue='TRUE' Type='DateTime'>8/3/2012 12:00:00 AM</Value>
</Geq>
<Leq>
<FieldRef Name='SendDate' />
<Value IncludeTimeValue='TRUE' Type='DateTime'>8/5/2012 12:00:00 AM</Value>
</Leq>
</And>
</Where>
I have item in this range but don't show any item in quary.