JohannIcon
Programmer
Hi All,
I have a table with three fields, ie Id, Date and Link. Now the table is populated with a lot of records, all having their different ID number, date and link. Now I wish to create a table in HTML, which can be presented to the user. I wish to display these items first by Year and then by Month.
This is how I wish to have my HTML table composed for example:-
YEAR 2002
MONTH
Nov
11/28/2002 11/27/2002 11/20/2002 Oct
10/25/2002 10/23/2002 10/05/2002 Sep
09/22/2002
etc.
The problem is that I need to create all this from a simple date field. I ran out of ideas, can you help me?
Thanks for your help
I have a table with three fields, ie Id, Date and Link. Now the table is populated with a lot of records, all having their different ID number, date and link. Now I wish to create a table in HTML, which can be presented to the user. I wish to display these items first by Year and then by Month.
This is how I wish to have my HTML table composed for example:-
YEAR 2002
MONTH
Nov
11/28/2002 11/27/2002 11/20/2002 Oct
10/25/2002 10/23/2002 10/05/2002 Sep
09/22/2002
etc.
The problem is that I need to create all this from a simple date field. I ran out of ideas, can you help me?
Thanks for your help