Does anyone know how best to create a list of links that will sort
objects by the month in which they were created, and automatically add
months as time goes on?
I have a method that can find the objects created on a certain day,
month, or year, based on url parameters. My question is how to
automatically generate the links that will pass my method the correct
parameters, based on the current date, and stopping listing at some
arbitrary date in the past (say May 2006).
I'm trying to mimic a typical blog-style archive, so if someone can
advise for an easier way to do that, that would be cool, too.