Hi Vanessa,
You could construct a filter as below:
http://services.odata.org/Northwind/Northwind.svc/Orders?$format=json&$filter=RequiredDate eq DateTime'1996-08-01T00:00:00'
Where the data type for the date property is as below
<Property Name="RequiredDate" Type="Edm.DateTime"/>
Cheers,
Murali.