Question
outputing news as nested list
Hi,
I have a news section with dates saved as a mysql date. (2010-06-09)
What i would like to do us categorise them by year and month
2010
january
newsitem1
newsitem2
february
newsitem1
newsitem2
2009
december
newsitem1
newsitem2
Is this possible just using date or will I have to add extra colums to my table (year and month?)
Thanks,
H.
