Using SharePoint
How to Filter a SharePoint Date Column by a Specific Value
Adding a date filter is usually a fairly trivial task, and using the [Today] technique is a great way to get dates in and around today ([Today]-1 for yesterday, [Today]+1 for tomorrow, etc.). But what about when you want to filter against a specific date?
As it turns out the date format in a filter is always in the format Month / Day / Year (in the format MM/DD/YYYY, so 02/25/2010) – as seen below.