Searching a date field from a browser

I have a advanced search…

My users want to search the composedDate (stored as a date) with the following parameters:

Is On

Is After

Is Before

Is Between

If anyone would be so kind as to point me to the syntax for that type of query I would be ever so grateful.

Thanks in advance.

Subject: Searching a date field from a browser

[composedDate = 04/22/2009][composedDate > 04/22/2009]

[composedDate < 04/22/2009]

etc…

Subject: RE: Searching a date field from a browser

Thanks … appreciate the help…

Did like field composedDate > 01/01/09 and field composeddate < 02/01/09

for example…

Thanks again