> Am I missing something here, or is this just a bug? The > output of this statement is: > > EQUAL > > <CFIF "12:00 AM" EQ "0"> > EQUAL > <CFELSE> > NOT EQUAL > </CFIF> > > This is on Cold Fusion 5.
Actually, it's correct... The IS and EQ are working perfectly since 12:00 AM is 0 seconds into the day Now, if you want to do an exact comparison, you might want to look at Compare() or CompareNoCase() Philip Arnold Technical Director Certified ColdFusion Developer ASP Multimedia Limited Switchboard: +44 (0)20 8680 8099 Fax: +44 (0)20 8686 7911 www.aspmedia.co.uk www.aspevents.net An ISO9001 registered company. ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ********************************************************************** ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

