Python date time, get date 6 months from now
- by Eef
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