Georg Rellensmann wrote:
> 
> Hi all,
> 
> another newbie-question:
> 
> - I created a zclass with three date properties.
> 
> - Now IŽd like to display the most recent of these dates in
>   directory-listings etc.

Try something like:

<dtml-in "objectValues('MetaTypeOfYourZClass')" sort=your_date_property>
...your dir stuff here...
</dtml-in>

cheers,

Chris

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to