How can I search transactions by date?

Created by Michael Rooney
Keywords:
search transactions date
Last updated by:
Michael Rooney

First click the "More Options" button in the search panel, if you haven't already. Now select "Date" from the "Match" drop-down box, and then enter the date in the search field that you wish to search for in the form: YYYY-MM-DD.

Note that regular expressions are allowed if you are familiar with these. The third example below is an example of one, but don't worry about them if you don't understand them.

Example search strings:
-------------------------------
 * Transactions on January 6th, 2008: 2008-01-06
 * Any transactions this February: 2008-02
 * Any transaction in the last two years on the fifteenth of any month: 200[7-8]-[0-9]*-15