I'm trying to get the filtered results by a column type DateTime from a list filled with BCS using JavaScript.
I've tried everything to get those results with query like:
"<Where>" +
"<Geq>" +
"<FieldRef Name='Fecha'/>" +
"<Value IncludeTimeValue='FALSE' Type='DateTime'>" +
"3/12/2013" +
"</Value>" +
"</Geq>" +
"</Where>" +
also removing the IncludeTimeValue='FALSE'.
Does someone know the correct syntax for this query?
Or is it a known issue?