[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Appendix B:
API Reference
webmaster at zope.org
webmaster at zope.org
Wed Nov 26 04:44:26 EST 2003
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/AppendixB.stx#4-150
---------------
Sort child objects by title (ignoring case) and date (from newest
to oldest)::
<dtml-in expr="_.sequence.sort(objectValues(),
(('title', 'nocase'),
('bobobase_modification_time',
'cmp', 'desc')
))">
<dtml-var title> <dtml-var bobobase_modification_time> <br>
</dtml-in>
% Anonymous User - Nov. 26, 2003 4:44 am:
What is the python equivalent of bobobase_modification_time ?
More information about the ZDP
mailing list