Python date time, get date 6 months from now

Posted by Eef on Stack Overflow See other posts from Stack Overflow or by Eef
Published on 2009-02-13T15:16:25Z Indexed on 2010/03/13 19:15 UTC
Read the original article Hit count: 360

Filed under:
|
|

Hey,

I am using the datetime module. I am looking to calculate the date 6 months from the current date. Could someone give me a little help doing this?

Edit: The reason I am wanting to generate a date 6 months from the current date is to produce a Review Date. If the user enters data into the system it will have a review date of 6 months from the date they entered the data. Does this help?

Cheers

Eef

© Stack Overflow or respective owner

Related posts about python

Related posts about date