Let me re-confirm, then will post entire code sample. Stace
-----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:17 PM To: CF-Talk Subject: RE: Passing Date Object thru CFINVOKE Stacy, I'm not able to reproduce this. Are you sure? ======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Stacy Young [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 11, 2002 4:08 PM > To: CF-Talk > Subject: Passing Date Object thru CFINVOKE > > > If I've defined a CFC with an argument of type "DATE", CF > chokes when I > attempt to invoke that component and I pass in a date object. > > <cfinvoke component="com.mydomain.reports.activity" > method="getSummary"> > <cfinvokeargument name="startDate" > value="#CreateDateTime(2002,01,01,00,00,00)#"> > <cfinvokeargument name="endDate" > value="#CreateDateTime(2002,02,02,23,59,59)#"> > </cfinvoke> > > > <cffunction name="getSummary" access="remote" > returntype="any" output="yes"> > <cfargument name="startDate" type="date" required="yes"> > <cfargument name="endDate" type="date" required="yes"> > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

