From what i know, you can operate on datetime.datetime objects using 
datetime.timedelta, eg:

datetime.datetime.now() - datetime.timedelta(days=84)

will give you datetime.datetime object with date of today - 12 weeks

Link to manual: 
http://docs.python.org/library/datetime.html#datetime.timedelta

adelaide_mike pisze:
> This should really be a Python enquiry, but I am sure someone will
> know:
>
> I need to calculate the date 12 weeks before today.  What is the best
> way?  TIA
>
> Mike
> >
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to