Is there a way to return a series of records in OData by specifying a \"Date greater than xxxxx\" filter...but using a Date that was previously obtained form an OData feed?<
Just an FYI: in V3 of the protocol the non-tick-based datetime format is now the default:
http://services.odata.org/Experimental/OData/OData.svc/Products%280%29?$format=application/json;odata=verbose&$select=ReleaseDate
..."ReleaseDate":"1992-01-01T00:00:00"...