how do i difinite the "query.where" according to time type?
var query:Query = new Query();
queryparam.geometry= myextent;
queryparam.outFields = ["SHAPE.AREA","time"];
//for example the time is "2010/9/20"........
queryparam.where = "time>2010/9/20"; //here is error...
how do write the " time conditions "? if i want query the geomety the time later to "2010/9/20"