Okay, I searched www.python.org for a date handler and found datetime. http://www.python.org/dev/doc/devel/lib/module-datetime.html However, whenever I try to import datetime, I get a No module named datetime error. What am I missing?
The module documentation says "New in version 2.3".
Is that what you're running ?

Doh! No, I'm still running 2.2. Anyways, I managed to do what I needed using time. Thanks for the help, though.


Chris
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to