[Zope] Sorting mod.time with dtml-in?

bak (kedai) kedai@kedai.com.my
Thu, 3 May 2001 15:58:16 +0800


On Thursday 03 May 2001 15:34, Kai Hofmann wrote:
> > > <dtml-in expr="subdir.objectValues()" sort="bobo_modification_time">
> > >
> > > but as it seems I am to stupid to understand Zope/Python, because
> > > this does not work :(
> > > Any hints?
> >
> > shouldn't it be
> > <dtml-in expr="subdir.objectValues()" sort=bobobase_modification_time>
>
> Thanks that works :)))
> Another question - how to reverse (descent) the sort order???
>
> Thanks again
>
>    Kai
chuck in reverse
<dtml-in expr="subdir.objectValues()" sort=bobobase_modification_time reverse>