[ZPT] permissions getting to python modules?

Dieter Maurer dieter@handshake.de
Sat, 18 Aug 2001 22:14:22 +0200 (CEST)


Chris Curvey writes:
 > I'm trying to get a page to show the current date (e.g. "August 17").  I
 > was building up my page and came up with this:
"here/ZopeTime" would give you the full date,
"python: here.ZopeTime().strftime(....)" would give you precise control
over the format.


Dieter