I have a date in the format of Fri Oct 02 19:52:02 +0000 2009
. I need to find the week number corresponding to this date in Python. I'm new to Python and I'm not aware of datetime having a functionality which allow me to find this.
Asked
Active
Viewed 649 times
1

halfer
- 19,824
- 17
- 99
- 186

user1452759
- 8,810
- 15
- 42
- 58
-
2http://stackoverflow.com/questions/2600775/how-to-get-week-number-in-python – Joseph Kern Oct 29 '12 at 07:22