On Jan 6, 9:56 am, tekion <[email protected]> wrote: > Is there a module where you could figure week of the day, like where > it starts and end. I need to do this for a whole year. Thanks.
import datetime help(datetime) import time help(time) -- http://mail.python.org/mailman/listinfo/python-list
