I have tried in many ways, and none of them work for me. It's simple what I want to achieve, I do not know if it's easy to do it.
I want to transform, this:
1510060016 // time() -> PHP
In this
Hace 1 hora
My idea was to do something like this
<div time="1510060016"></div>
And in Javascipt you can take the value of time to modify it every 10s with setInterval ();
Obviously, I need you to say: Instanstes ago, 1 hour ago, 1 day ago, 2 days ago, etc.
What can I do?