[em18] 怎么统计当天的信息数量?其中adddate为datetime类型
<%
     Set rscount = conn.Execute("select count(*) as cot from product where [adddate]=date()") 
%>