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