j
k
j a
j l
Dieter Maurer wrote:
...article = Catalog(sort_on='dateofpublication')[0] Won't that give you the oldest document?
article = Catalog(sort_on='dateofpublication')[0] Won't that give you the oldest document?
Yup :-) I meant: article = Catalog(sort_on='dateofpublication',sort_order='reverse')[0] *sheepish grinz* Chris
Back to the thread
Back to the list