i want to search feature by date?code like this
string qstr = "??????????='" + System.DateTime.Today.ToShortDateString()+ "'";
ESRI.ArcGIS.Mobile.QueryFilter qf = new ESRI.ArcGIS.Mobile.QueryFilter(qstr, true);
FeatureDataTable fdtabel = featureLayer.GetDataTable(qf, null);
dataGridView1.DataSource = fdtabel;
error:The 'where clause' is invalid.whre's wrong ?anyone can help me?