2
I’m writing a script for study purposes at that link and would like to implement in this script a clock with countdown as is done on collective purchase websites and would like the help of you to accomplish this task.
What I have done is register in the database the time of beginning and of end in each of the products and would like to realize this countdown. I have also pulled the bank information to the view as can be seen.
Another thing I did was convert to timestamp start and end.
The date format 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 must convert this format before performing the subtraction operation?