return ture
或者转是linux是时间
if(strtotime(数据库)<mktime())
return true
时间比较用datediffif datediff("d",rs("onw"),date()) = 0 then
Response.Write("<script>alert('您今天已经投过票了! 请明天在投票~~ 每IP每天限投一票')</script>")
else
Response.Write("<script>alert('投票成功')</script>")
end if
"d"表示比较得出天数
string sql=select * from memo where datediff(day,date,'2012-01-17')<30 and datediff(day,date,'2012-01-17')>-30while (reader.Read())
{
sqlMsg+=reader["id"].ToString()+"\r\n"
}
messageBox.Show( sqlMsg)
自己整理一下!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)