[Zope] Newbie: cant grok time parameters
Michel Pelletier
michel@digicool.com
Fri, 17 Sep 1999 01:39:13 -0400
David Robson wrote:
>
> Trying to express time in all its forms listed in Appendix A, Date-time
> data, of the DTML User?s Guide. For example, the Guide indicates that
> ?pCommon? should return a string like ?Mar. 1, 1997 1:45 pm?. But
> what?s the rest of the expression?
>
> <!--#var pCommon-->
> <!--#var time=?pCommon?-->
> <!--#var ZopeTime=?pCommon?-->
>
> Don?t work.
>
> I?m reading all the docs I can find...being successful when I find
> explicit examples, un when not. Am I missing the mother lode of
> detailed examples?
<dtml-var "ZopeTime().pCommon()">
-Michel