在ASP中怎么用数据库中的日期和现在的系统日期对比
3个回答
展开全部
TimeA = now() '当前时间
TimeB = rs("sdate") '数据库中保存的时间,非时间类型用CDATE进行转换
if TimeA >= TimeB '进行判断
'执行结果
end if
TimeB = rs("sdate") '数据库中保存的时间,非时间类型用CDATE进行转换
if TimeA >= TimeB '进行判断
'执行结果
end if
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
a=rs("addtime")
b=date()
if a<>b then
response.Write("no")
else
response.Write("yes")
end if
b=date()
if a<>b then
response.Write("no")
else
response.Write("yes")
end if
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询