Mirror

How to filter a TDateField (Views: 706)


Problem/Question/Abstract:

How can I use the table filter for dates?

Answer:

Enclose the date literals in quotation marks:

Table1.Filter := 'DateFld = ' + QuotedStr('01/12/2000');

<< Back to main page