I have a table named Auctions with the following fields:
Name, ClosingDate, TimeLeft
I need a code to insert in the TimeLeft field to display the time left from now to the ClosingDate.
IOW if the time/date is now 12:00 on 6 May 2008 and the CclosingDate and time is 8 May 2008 13:00, te displayed time in TimeLeft should be 2 Days 1 hour.
How can I achieve this?
Further: I'd like this time /date to "refresh" say every 1 min.
Thanks for any help.