[Zope] dates in dtml
Dieter Maurer
dieter@handshake.de
Wed, 31 Jul 2002 23:52:39 +0200
Alejandro Fernandez writes:
> ...
> Is there any documentation
> where anyone explains how to use _. functions within dtml
The only information you need is what functions are available
(you find this in the Zope embedded online help under Zope Help --> DTML).
You use them in the same way, you use all functions: i.e. you call them.
> , or how zope can
> compare dates?
Please read the "DateTime" documentation (to be found in the "DateTime"
folder).
Dieter