Gabriel Genellina wrote: >> I've been looking at the datetime.date class, but I can't see any >> easy way to parse the week number from it. I could calculate this >> information by brute force -- but I get a feeling that there are >> functions in Python to extract week numbers from a date. > > .isocalendar()
.thanks() -- Kind regards, Jan Danielsson -- http://mail.python.org/mailman/listinfo/python-list