I'm doing a script for study in this link and would like to implement in this script a countdown timer as it does on collective purchase sites and would like the help of you to accomplish this task.
What I have already done is to register the time of beginning and end each of the products and would like to perform this countdown timer. I've also pulled the information from the bank to the view as seen.
Another thing I did was to convert to timestamp start and end
The format of the date in the database is in DATETIME .
Question : this is the right field format to perform the time subtraction thus showing the remaining time or I should convert that format before performing the subtraction operation ?