I want to display a calendar based on month and year selected by the user.
The architecture is -- I have 2 combo boxes in HTML having years and months.
When I select year and month from the combo box the values will get passed to a jsp/java page and the calendar should get generated according to the month and year selected.
Any pointers in this regard will be very helpful.
The architecture is -- I have 2 combo boxes in HTML having years and months.
When I select year and month from the combo box the values will get passed to a jsp/java page and the calendar should get generated according to the month and year selected.
Any pointers in this regard will be very helpful.
Comment