I have created a calendar program in
jsp.
I have 3 problems now..
1. the calendar is displaying all the months vertically, but i need it to be shown in 3*4 matrix style, ie.. jan feb mar on one row,like that.
2. I want the user to select the dates(multiple selection needs to be done), when he selects the date, that date has to be highlighted with some color, to know it is clicked.
3. I should be able to transfer those dates to another jsp page, how to transfer the selected date?
my calendar code is shown below :
please help with the code..
Thanks,
Venkatesh