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
>
>