Ran into this little problem on MX.
I was using:
<cfset available_date = dateformat(now(), "mm/dd/yyyy")>
<cfset temp = QuerySetCell(qryWidgets, "AvailableDate", available_date, qryWidgets.currentrow)>
to add a formatted date value to a query. When I went to use the...