shijian=request.Form("shijian")
banci=request.Form("banci")
sql="select * from cltj where shijian=#'"&shijian&"'# and banci='"&banci"&"'"
rs.open sql,conn,1,3
if not rs.eof then
response.Write ""
response.write ""
response.end
else
SQL里面不要放获取函数
要把时间分开成年,月,日 之后在去判断
shijian=request.Form(\"shijian\")
这样的话会精确到分钟,所以就没有满足的条件
datediff可以判断时间间隔.
上面3位回答的都不正确,测试了还时不行的