Name

CreateODBCDate

Synopsis

                  
                  CreateODBCDate(date)

Returns the date in ODBC date format. For information on how ColdFusion MX handles two-digit years, see CreateDate( ). Example:

04/15/2003 looks like 
<cfoutput>#CreateODBCDate('04/15/2003')#</cfoutput> 
in ODBC date format.

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.