8 Nov
2000
8 Nov
'00
10:12 a.m.
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