Try this search query string:
[yourDateField]>=yyyy-mm-dd and [yourDateField]<=yyyy-mm-dd
Two important things here:
- yourDateField has to be a real datetime field, ottherwise you will get an error.
- the formatting yyyy-mm-dd could be yyy-dd-mm, too. Depends on servers (or users) locale settings. Please tyr it out.