I was trying to figure out if there was a way to use the date() function to make a time (in seconds, but not a timestamp) into something I can use.
I want to format it like:
X days, X hours, X minutes, and X seconds
can i use date() to do this, or do i need to write my own?
-enygmadae