Does anybody have a way to make a monthly calendar display - you know, the kind in a grid?
I have a customer that wants a monthly calendar and each weblog entry would display in the box that represents the date in that months calendar. The challenge is that instead of having a listing for each calendar entry, they also want blank boxes when there are days with no events.
I was thinking that this would be a table. The challenge would be in how to use the weblog tag to iterate through each day and output the correct code with the appropriate table tags. When there was an empty day then output an empty <td></td> tag set.
Any ideas?