[Zope] dtml-call

Adam Gotheridge adam@foxvalley.net
Mon, 27 Dec 1999 22:18:25 -0600


Thanks all, really apreciate it.

> How about:
>
> <dtml-call "REQUEST.set('varDate', ZopeTime().Day())">
>
> ZopeTime() returns the current time as a DateTime object. The Day() method
> returns the name of the day of the week. The DateTime methods are in
> Appendix A of the DTML Guide.
>
> Kevin
>
>