Question

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....

Thanks

Was it helpful?

Solution

Use DateDiff() in ColdFusion

DateDiff("h", yourQuery.date, now())
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top