chris
Member since Dec 11, 2008
- Profile: /members/2348-chris.htm
- URL: http://yourwebdepartment.com
- Comments: 2
Recent Blog Comments By chris
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Dec 5, 2008 at 1:18 PM
This is what I changed to make it work the way I wanted: <cfset LOCAL.querydata = ARGUMENTS.Query[ LOCAL.ColumnNames[ LOCAL.ColumnIndex ] ][ ARGUMENTS.Query.CurrentRow ] > <cfif isdate(LOCAL.querydata)> <cfset LOCAL.querydata = dateformat(local.querydata,"mmm dd, yyyy")> </cf... read more »
-
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Dec 5, 2008 at 10:51 AM
This is a nice utility, thanks for creating it. However, the one thing that doesn't work for me is date fields.... read more »