August 2003
Intermediate to advanced
1140 pages
68h 45m
English
CreateODBCDateTime
CreateODBCDateTime(date)Returns the date and time in ODBC format. For information on how
ColdFusion MX handles two-digit years, see CreateDate(
). Example:
7pm on 04/15/2003 looks like
<cfoutput>#CreateODBCDateTime('04/15/2003 19:00:00')#</cfoutput>
in ODBC timestamp format.