Order list by month questions
Posted: Fri Aug 28, 2009 1:37 am
Hi,
I have list of items in my database with date field in unix time stamp format. now I need to:
1- show items sorted and grouped by the month they've been entered into my database.
example:
example:
Thanks in Advance.
I have list of items in my database with date field in unix time stamp format. now I need to:
1- show items sorted and grouped by the month they've been entered into my database.
example:
2- show items have entered in current month.---- January ----
Item 1
Item 2
Item 3
---- February ----
Item 4
Item 5
Item 6
Item 7
example:
how can I do that?---- Current Month Items ----
Item 1
Item 2
Item 3
Item 4
Thanks in Advance.