Hi
Can any one help me with the code for following requirement in JSP. I'm new to this technology and I wanted to know this urgently.
I have a Jsp with one drop down. it have Month and Year( Aug 2014) and when a month is selected only that month calendar must be shown on screen.
By default the page should show default month and year in drop down and in calendar default date. All the earlier dates must be inactive.
1. Once a date is clicked only after clicking a ADD button, it must be added into a text area,
2. Into Text area multiple dates can be added.
Please help me with the code