Dates returned by (in the query.date column) cannot be used with ColdFusion date functions as is, they need to be converted into valid date time objects. To do this, use the ParseDateTime() function, and set the second (optional) parameter to "POP". (Applies to: ColdFusion 3 or later)
1 Comment
Leave a Comment