In <[EMAIL PROTECTED]>, Dirk Hagemann
wrote:
> I'd like to implement a countdown timer on a webite. It should show the
> months, days, hours, minutes and seconds until a given date and time.
> So far it's not really difficult, but this website will be used from
> dif
Hi!
I'd like to implement a countdown timer on a webite. It should show the
months, days, hours, minutes and seconds until a given date and time.
So far it's not really difficult, but this website will be used from
different time zones, what will make a difference of 10 hours, if I us
Thank you!
--
http://mail.python.org/mailman/listinfo/python-list
take a look at the time module.
--
http://mail.python.org/mailman/listinfo/python-list
Could someone tell me what modules I should look at in the Python
Manual to create a countdown timer that counts the years, days, hours,
minutes, and seconds to a given day? Thanks in advance! I'm fairly
new to the language, so please put it in newbie terms. I only know the
basics.
--