[Zope] Date Help

Todd Loomis tloomis@dmso.mil
Mon, 07 Jan 2002 10:41:59 -0500


Hi all:

I take a start date from a form and want to make an end date 30 days from 
it. So in my SQL statement I have this:

<dtml-var "sdate + 30" fmt="%Y/%m/%d">

However this always gives me 0000-00-00 and the start date is correctly 
added. What did I do wrong?

Thanks,
Todd