question, from an api, few of teh fields i am getting the data in array of srructts as:
expirationdue: undefined
i am inserting that code in the database, i am trying to use the null attribute but it keeps throwing error on this line
i am using the cfqueryparam as: <cfqueryparam cfsqltype="timestamp" value="#data['expirationdate'])#" null="#!date(data['expirationdate']#">