I have MMDDYY dates, i.e. today is 111609
How do I convert this to 11/16/2009, in Python?
|
|
|
I suggest the following:
This will convert |
||||
|
|
|
|||||||
|
one of the reasons why the strptime() approach is better is that it deals with dates close to contemporary times, with a window, i.e. properly handling dates in the latter part of the 20th century and dates in the early part of the 21st century properly. |
||||
|
|