I'm having a bad time with date parsing and formatting today.
Points for somebody who can parse this date format into a datetime.date or datetime.datetime (I'm not too fussy but I'd prefer .date):
5th November 2010
|
I'm having a bad time with date parsing and formatting today. Points for somebody who can parse this date format into a
|
||||
|
|
|
Using dateutil:
|
|||||
|
|
|
If the ordinal is constant then:
Else:
Or like ~unutbu said use dateutil :) |
|||||||
|
|
Unfortunately,
Your preference for Third-party extensions like dateutil can be useful if you need to do a lot of "fuzzy" date parsing (or other fancy date-related stuff;-), by the way. |
|||
|