Hi,
Can anyone tell me please why this:
<cfquery name = "check" datasource="ds">SELECT Date FROM tbl</cfquery>
<cfset check.Date = DateFormat(check.Date, "short")>
results in the check.Date changing on versions before CF 2016 but not in CF 2016?
thanks.