Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SET FILTER TO DATE(2012, 7, 5)
cDateToFind = "05/07/12" && Criteria in String Format
SELECT *;
FROM MyTable;
WHERE Date = CTOD(cDateToFind);
INTO CURSOR Results READWRITE
SET FILTER TO DatePaid = DATE(2012, 7, 5)