craiglaw98 wrote:
> hi i am inserting intp MySql date field, but when i
insert the date 29/02/2009
> <cfset newdate = #DateFormat(CreateDate(form.vyear,
form.vmonth, form.vday), "mm-dd-yyyy")#>
If you need to insert a date, do not use DateFormat. That
function returns a
string not a date time object. Also, you do not need the #
signs.