I have a sharepoint list with one of hte columns being Created Date of Type DateTime and value allowed is OnlyDate.
The submitted date in my column is 05/18/2011. When I perform a search using the below CAML query, it does not give any results though I have two items with this date.
<Where><Eq><FieldRef Name='Date_x0020_Created' /><Value Type='DateTime'>5/18/2011</Value></Eq></Where>
I dont understand what is wrong with this query. Someone please help.