[Zope-CMF] if statement question???

Ian Ford iford@US.NET
Mon, 6 Aug 2001 14:47:03 -0700


Ok I am trying to write an if state that will compare two dates and if
they match then it will out put some results. But the code that I have
written seems not to work.

Any ideas???

ed =3D a date in the form of (YYYY/MM/DD)
end also =3D a date in the form or (YYYY/MM/DD)
But for some reason it is not working.....

<CODE THAT I AM USING>

<dtml-if expr=3D"ed =3D=3D end">
<br><font size=3D"1">
<a href=3D"&dtml-getURL;">&dtml-Date;</a>
</font>
</dtml-if>

Thank you,

Ian Ford