Interesting you've been testing values which do not work...
Correct filters are:
= { d '2010-02-09' } ... Probably the best one for constants
= CTOD('02.09.2010') ... American date format is probably dependent on OLE DB Provider settings
= DATETIME() .... Current date and time
= TTOD(DATETIME()) ... Current date