M
Mick Walker
I have a collection of objects populated from a SQL Server (sorted
descending). Each of these object has a date field.
I need a way to loop through these object starting from the newest
entry, and finishing at the last, and output them in the format:
June 2007
Item
Item
Item
May 2007
Item
Item
....
....
....
....
December 2006
Item
Item
..... and so on.
I have no idea how to achieve this, so if someone could help me that
would be great.
descending). Each of these object has a date field.
I need a way to loop through these object starting from the newest
entry, and finishing at the last, and output them in the format:
June 2007
Item
Item
Item
May 2007
Item
Item
....
....
....
....
December 2006
Item
Item
..... and so on.
I have no idea how to achieve this, so if someone could help me that
would be great.