How to use the exact time
I know there is a function called CreateODBCDateTime and CreateODBCDatebut I don't know how to use CreateODBCDateTime. I know how to use CreateODBCDate:
<cfset Date=CreateODBCDate(Now())><cfset Date=dateFormat(Date,"mmm dd yyyy")> And the date will output like Mar 29 2011. How would i achevie something like 3:28pm Mar 29 2011?
