[thelist] CF date comparison problem

jeff jeff at members.evolt.org
Fri Jan 12 20:59:31 CST 2001


chris,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Chris Silwedel
: 
: > show.showdate >= DateFormat(Now())
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

sorry, forgot the hashes around the cf function.  try this:

show.showdate >= #DateFormat(Now())#

or perhaps this:

show.showdate >= #CreateODBCDate(Now())#

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:jeff at members.evolt.org




More information about the thelist mailing list