15 Jul
2002
15 Jul
'02
1:19 p.m.
Thats how I solved it. Seems a bit weird though to put date methods like iso8601_date, rfc1123_date and rfc850_date in App.Common, when DateTime already has method like that, like rfc822. /Magnus
You could use ModuleSecurityInfo (see Zope Developer's Guide), you could use an External Method, or you could write your own product.
Why is rfc1123_date a method in App.Common, and not a method on DateTime.DateTime?
How am I supposed to use it from dtml/zpt?