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

 

http://learncf.com

 

Reply via email to