SV: [Zope] Reformatting a date string?

Geir Bækholt geirh@funcom.com
Mon, 26 Feb 2001 07:46:15 +0100


You could try something like :

<dtml-var "_.DateTime.date('yourString')">

- think there is a comprehensive list of dateTime methods in the ZQR
or the
DTML reference

--
Geir Bækholt
geirh@funcom.com



>I'm just starting to play around with Zope, and I can't figure out
how
>to take a string containing a date/time (I'm getting it from an SQL
>query) and print it in a different date/time format in DTML.
>Suggestions?
>
>meeroh

>