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