Answered
LTE and GTE Not Including Today
Here's my issue. I am pulling up event records from a MySQL
Database that have a range of dates during which that event will
last. I want any events that have a range in which todays date
falls between to be displayed, and consequently any that aren't to
be disregarded. When I use cfif statements to filter the records
via the LTE and GTE operators all values that fit the
specifications are returned, except for any events on which today
is the first date or the last date. I have attached a very
simplified version of the code. Can anyone explain why this is
happening?
