August 2003
Intermediate to advanced
1140 pages
68h 45m
English
CreateODBCDate
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.