开发者

Coldfusion, Compare two TimeStamp to get the difference in Hours

开发者 https://www.devze.com 2022-12-15 07:20 出处:网络
I\'m going have SELECT a TIMESTAMP from the MySQL database. What I want to do is compare that to the current time using ColdFusion.

I'm going have SELECT a TIMESTAMP from the MySQL database. What I want to do is compare that to the current time using ColdFusion.

If 1+ from the DIFF do this.... If LT 1hr do this....

T开发者_如何学编程hanks


Use DateDiff() in ColdFusion

DateDiff("h", yourQuery.date, now())
0

精彩评论

暂无评论...
验证码 换一张
取 消