import time<br>FORMAT='%Y%m%d'<br><br>time.strftime(FORMAT,time.gmtime(time.time()+8380800))<br>output = '20070219'<br><br>--<br>Kevin Kelley<br><br><div><span class="gmail_quote">On 11/14/06, <b class="gmail_sendername">Demel, Jeff
</b> <<a href="mailto:Jeff.Demel@javelindirect.com">Jeff.Demel@javelindirect.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm having trouble finding exactly what I need by googling, so thought<br>I'd try to get a quick answer from the group.  This seems like something<br>that should be dead simple.<br><br>I need to generate a string value of a date in the format YYYYMMDD that
<br>is 97 days in the future.  The datetime module is brand new to me, and<br>I'm not sure how to do this.  Can someone help me out here?<br><br>TIA<br><br>-Jeff<br>This email is intended only for the individual or entity to which it is addressed.  This email may contain information that is privileged, confidential or otherwise protected from disclosure. Dissemination, distribution or copying of this e-mail or any attachments by anyone other than the intended recipient, or an employee or agent responsible for delivering the message to the intended recipient, is prohibited. If you are not the intended recipient of this message or the employee or agent responsible for delivery of this email to the intended recipient, please notify the sender by replying to this message and then delete it from your system.  Any use, dissemination, distribution, or reproduction of this message by unintended recipients is strictly prohibited and may be unlawful.
<br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote></div><br>