hi guys,
I need to implement an inline calendar showing multiple months(suppose 6 months) starting from current month in my web application. Also it should be possible to move to the previous months and next months. Also it should be possible to retrieve the date when a user clicks (onclick event) on a particular date.
Is there any javascript source code available? could anyone please help me?
thanks in advance
Inline datepicker with multiple calendar months
Moderator: General Moderators
-
ashlythomas
- Forum Newbie
- Posts: 3
- Joined: Tue Jun 08, 2010 2:08 am
Re: Inline datepicker with multiple calendar months
Check the jQuery UI datepicker
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.