Throw away this:
<cfset formatdate = #DateFormat(intdate, "dd/mm/yy")#>
And Use this:
<cfset deldate = #CreateODBCDate(#form.year#,#form.month#,#form.day#)">
instead of this:
<cfset deldate = #CreateODBCDate(formatdate)#>
Thanks,
Michael Lugassy
Interactive Music Ltd.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists