Python I need to find "yesterday's" date in this format: MMDDYY
So for instance, today's date would be represented like this: 111009
I can do this for today easy of course but having trouble doing it automatically for "yesterday"
|
|
|
|||
|
|
|
|||||||||||||||||
|
|
|||
|
|
|
This should do what you want:
|
|||||||
|
|
You can find all the string format codes here: http://au2.php.net/strftime
|
|||
|
|
|
This should do the trick. Stolen from the python mailing list.
|
|||
|
|
|
if you want a one-liner...
|
|||||
|