PHP Travel Clock based on Mysql Date time

I have date time records in a PHP mysql table, I need a PHP travel clock which obviously counts down, I mean acts like a travel clock, but the clock time should be the date time field value down by the second, based on the full date time, from day to seconds

It is not just one record, I made it to display this clock, the problem is JavaScript, which makes all the 36 records the last record value, it is an ajax pagination, so I will need to do the same on next page, right now Ajax is not a priority, I can let go of Ajax pagination, but need to display the clock

Thanks in Advance

Show your code snippet where you are having problems with so others people can show up an alternative etc.
When doing so, use code tags please.