Using openlayers, I would like to create a temporal filter to query a GeoServer WFS service.
There is a WFS filter example here without the temporal (date) portion that i need: http://openlayers.org/dev/examples/wfs-filter.html
My dates on GeoServer are stored in the following format: "2010-09-12 08:10:40+00"
Any links or code snippets that might help me would be greatly appreciated.