I am using LINQ to Entities to retrieve item purchase dates as follows:
where EntityFunctions.TruncateTime(order.PurchaseDate) == myPurchaseDate.date
Here is a link that lists EF4 functions that map to sql functions
Conceptual Model Canonical to SQL Server Functions Mapping