Hi everubody,
I have a timestamp field in a mysql DB and I want to know how much time
has past since that timestamp.
is it possible?
Say that I have this value in a variable -
1) how do I get the current system timestamp?
2) how do I subtract the first from the second?
Thanks!
I have a timestamp field in a mysql DB and I want to know how much time
has past since that timestamp.
is it possible?
Say that I have this value in a variable -
1) how do I get the current system timestamp?
2) how do I subtract the first from the second?
Thanks!
Comment