[Zope] Displaying the current date

Flynt rhess@bic.ch
Thu, 03 May 2001 13:26:53 +0200


Andreas Pauley wrote:
> 
> Hi,
Hi Andreas

<dtml-var ZopeTime>

For date and time there are a bunch of different formats available, i.g:

<dtml-var ZopeTime fmt="rfc822"> or
<dtml-var ZopeTime fmt="aCommon"> and so on.

Have a look into the DTML/API references, for example in the appendix of
the Zope Book, or in the Help Interface of your Zope management screen
(search for "date" for example).

Regards 
Flynt



> How do I display the current server-side date with DTML?
> 
> Thanks,
> Andreas.
>