Yep, You are spot on. Thanks.
Regards Dale Fraser http://learncf.com -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Tuesday, 8 January 2008 4:41 PM To: [email protected] Subject: Re: [flexcoders] Flex Date to Coldfusion > 1. Can ColdFusion receive this as type date or do I need to use string. Yup > 2. How do I access the date in the appropriate format to send it based on > your answer to 1. dtStart.selectedDate regards, Muzak ----- Original Message ----- From: "Dale Fraser" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, January 08, 2008 6:07 AM Subject: [flexcoders] Flex Date to Coldfusion >I have a dateField > > <mx:DateField formatString="DD/MM/YYYY" x="10" y="10" id="dtStart" > showToday="true" /> > > And I have a ColdFusion function I wish to pass this to. > > Two questions. > > 1. Can ColdFusion receive this as type date or do I need to use string. > > 2. How do I access the date in the appropriate format to send it based on > your answer to 1. > > I have been trying with the CFC having a type="date" > > And then doing > > conn.getEntries ('username', dtStart.selectedDate.date, > dtEnd.selectedDate.date); > > And all sorts of combos of that. > > Regards > > Dale Fraser -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links

