加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ASP 运算时间的函数

发布时间:2020-12-17 08:00:23 所属栏目:百科 来源:网络整理
导读:今天PHP站长网 52php.cn把收集自互联网的代码分享给大家,仅供参考。 '算天数小时函数function diffuudate(logdate)if datediff("n",logdate,now())60 thendiffuudate = "font color=red"datediff("n",now())"分钟前/font

以下代码由PHP站长网 52php.cn收集自互联网

现在PHP站长网小编把它分享给大家,仅供参考

'算天数小时函数
function diffuudate(logdate)
	if datediff("n",logdate,now())<60 then
		diffuudate = "<font color=red>"&datediff("n",now())&"分钟前</font>"
	elseif datediff("h",now())<24 then
		diffuudate = "<font color=blue>"&datediff("h",now())&"小时前</font>"
	elseif datediff("d",now())<31 then
		diffuudate = "<font color=#444>"&datediff("d",now())&"天前</font>"
	elseif datediff("m",now())<12 then
		if datediff("m",now())=6 then
			diffuudate = "<font color=#888>半年前</font>"
		else
			diffuudate = "<font color=#aaa>"&datediff("m",now())&"月前</font>"
		end if
	elseif datediff("yyyy",now())>0 then
		diffuudate = "<font color=#ccc>"&datediff("yyyy",now())&"年前</font>"
	end if
end function

以上内容由PHP站长网【52php.cn】收集整理供大家参考研究

如果以上内容对您有帮助,欢迎收藏、点赞、推荐、分享。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读