I have a question on how to manipulate timestamps in PHP. Right now I have 2 seperate ones in the tools I'm writing. The first is recorded when a record is inserted into the system, and the second is a timestamp of the current date.
What I want to do is find the time difference between these 2 stamps and display it in a readable format. EX:
1 days 3 hours 34 mins
This would be displaying the time a record has been in the system.
Is there a way to do this??