Question
Need help sorting out dates
Sorry for this question but I have not coded in few years.
I have a basic table with a date column and event name column and an ID column.
I want to output the events in order of years, then month
for example
2008
Janurary
01/05/2008 Tv show event
01/15/2008 another event
01/23/2008 trade event
Feburary
02/10/2008 anothe trade event
02/14/2008 another event
March
No events
......
..
..
..
2009
January
01/05/2009 Tv show event
01/15/2009 another event
01/23/2009 trade event
Any help on how to sort this information this way is much appreciated.
Thanks
I have a basic table with a date column and event name column and an ID column.
I want to output the events in order of years, then month
for example
2008
Janurary
01/05/2008 Tv show event
01/15/2008 another event
01/23/2008 trade event
Feburary
02/10/2008 anothe trade event
02/14/2008 another event
March
No events
......
..
..
..
2009
January
01/05/2009 Tv show event
01/15/2009 another event
01/23/2009 trade event
Any help on how to sort this information this way is much appreciated.
Thanks
