[Zope-DB] Localised date format

Charlie Clark charlie@begeistert.org
Sun, 01 Dec 2002 14:03:21 +0100


On 2002-12-01 at 13:53:54 [+0100], Charlie Clark wrote:
> 
> What's the best way to do the conversion in a PageTemplate then?

oh, I think I've worked it out myself

<tal:content="python: createDate.strftime('%d.%m.%Y')">

I've got mx.DateTime installed but I don't seem to be able to call it. Does 
that have somethign to do with the fact that it's not explicitly trusted?

Charlie