I need to get the list item created on a particular date. The below caml query doesn't seem to work. It always retuns 0
query.ViewXml = @"<View><Query><Where><Eq><FieldRef Name='Created'/><Value Type='DateTime' IncludeTimeValue='false'>"+ date +"</Value></Eq></Where></Query></view>";
is there anything wrong in the query?