Feed on
Posts
Comments

to subtract days from a datetime object in python:

from datetime import date, timedelta
d=date.today()-timedelta(days=days_to_subtract)

thanks steve b.!


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS