PDA

View Full Version : CDML Date Range


eillor76
12-12-02, 12:56
Does anyone have informtion on Data Ranges using CDML?

I have a database that has a HTML/CDML interface that I need to do Data Range finds. For example, I need to find all records where the field [modification_date] is 12/13/2002 … 12/20/2002.

Thanks,
Eillor

eillor76
12-13-02, 09:57
I found a solution to the previous question. Feel free to expand on, or criticize what I have found.

"<b>From</b><input type="hidden" name="-op" value="gte"><input type="text" name="modification_date" value="" size="15" tabindex="9"> <b>To</b> <input type="hidden" name="-op" value="lte"><input type="text" name="modification_date" value="" size="15" tabindex="9">"

omiossec
01-05-03, 14:23
Ussually datestart...dateend work

12/13/2002…12/20/2002