Using the Zope CalendarTag for fun and profit
Thursday, 13 October 2005
- Download the latest version of CalendarTag
- Unzip into your Zope Products folder C:\Zope281\lib\python\Products so that you have C:\zope281\lib\python\Products\Calendar\
- Run zope (bin\runzope.bat)
- Go to Zope management screen http://localhost:8080/manage
- Create a DTML page
- Type in the following
<dtml-calendar>
<dtml-var date fmt="%d">
</dtml-calendar>
For more help go to http://localhost:8080/HelpSys and look for more examples under Calendar.
You should follow me on twitter here