"week-year" conversion to date

2005-09-14 Thread oyvgi
I was wondering if it there is an "easy" way to get the dd-mm- from
ww-.

I would like to get, for example the first day (date-month-year) in the
week i specify. Found plenty of ways to go th other way, but none that
give me the reverse.

Idealy I would like both the beginning date/time and the end date/time
of the specified week, but if i can just get a hold one of the or some
other defined time in this week i could probably work out the rest.

This is in Python :-)

dd = day in month
mm = month
 = year
ww = week #

Thanks for any and all help.

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


Re: "week-year" conversion to date

2005-09-14 Thread oyvgi
Thanks!

Both solutions worked perfectly.

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