hi
I would like to create the columns based on the date.
For example, it is now march and i would like my grid to show 31 columns
01/03 02/03 03/02 all thru 31/03
So when the system date detect it is already 1st april, my grid would create 30 columns
01/04 02/04 03/04 thru 30/04
On conclusion, the grid should create the number of columns based on the number of days in a given month. How should i go about it?
I would like to create an attendence sheet where the rows are the people and the columns are the dates. Thanks
I would like to create the columns based on the date.
For example, it is now march and i would like my grid to show 31 columns
01/03 02/03 03/02 all thru 31/03
So when the system date detect it is already 1st april, my grid would create 30 columns
01/04 02/04 03/04 thru 30/04
On conclusion, the grid should create the number of columns based on the number of days in a given month. How should i go about it?
I would like to create an attendence sheet where the rows are the people and the columns are the dates. Thanks