On Tue, Jan 6, 2009 at 7:56 AM, tekion <tek...@gmail.com> 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.

The "%U" time format specifier (Week number of the year) to strftime()
[http://docs.python.org/library/datetime.html#strftime-behavior] might
be helpful.

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to