Question
cfqueryparam
Hi,
added_date is the smalldatime filed.
(convert(varchar, added_date,102) >= <cfqueryparam cfsqltype="cf_sql_date" value ="#dateformat(CreateODBCDatetime(form.startDate), "yyyy.mm.dd")# />)
but the parameter is always show {ts '2008-09-13 00:00:00'} instead of 2008.09.13 since i already specify that format?, and also, how can I get rid of 00:00:00 ?
thanks
Amy
