Re: [Zope] dtml-if and dtml-with problems

2000-11-16 Thread Andy McKay
If your nl_goLiveDate is a date, then you might need to str() the variable dtml-if "_.str(nl_goLiveDate)=='2000/11/16'" -- Andy McKay, Developer. ActiveState. - Original Message - From: "James Sintz" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 9:13 AM

RE: [Zope] dtml-if and dtml-with problems

2000-11-16 Thread James Sintz
IL PROTECTED]] Sent: Thursday, November 16, 2000 12:45 PM To: James Sintz; [EMAIL PROTECTED] Subject: Re: [Zope] dtml-if and dtml-with problems If your nl_goLiveDate is a date, then you might need to str() the variable dtml-if "_.str(nl_goLiveDate)=='2000/11/16'"