I've searched but could not find the solution for my case.
One date is recorded at MYSQL,
for example it returns: 2013-10-18 15:42:06
(which format is this ?)
So I need to get the current date
(including hours, minutes and seconds).
Then, subtract the MYSQL date - CURRENT date
.
The result, i'll set as an jQuery countdown.
Thanks!