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