<div dir="ltr">Hi QGISers<div>I'm trying to filter some data by date.</div><div>The field is classified as date data (it's a shapefile) and it's formatted</div><div>yyyy/mm/dd</div><div><br></div><div>If create a filter</div><div><br></div><div>"datafield" < '2000/01/01' I get a type mismatch error, </div><div><br></div><div>Same error using BETWEEN</div><div><br></div><div>I can get it to work if I export as csv and change 2000/01/01 to 2000-01-01 then use a join on the ID, then save that as a new shapefile and then filter by the 2000-01-01 field<br></div><div><br></div><div>I'm assuming that a / isn't an acceptable date delimiter. Does anyone know if this is expected behavior and if I can do something to avoid this step?</div><div><br></div><div>Thanks</div><div>matt</div></div>