hi guys, I have a website, where I use timestamps in miliseconds to know when was a user last active.
Now, I want to put a "Last visit:" kind of thing, but I cannot display it in miliseconds since it is not understandable. So I would like to use php to convert it to date format, if possible.
If not, maybe to days, or hours, you know, something human-readable...
thanks!
Now, I want to put a "Last visit:" kind of thing, but I cannot display it in miliseconds since it is not understandable. So I would like to use php to convert it to date format, if possible.
If not, maybe to days, or hours, you know, something human-readable...
thanks!
