Inline datepicker with multiple calendar months

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
ashlythomas
Forum Newbie
Posts: 3
Joined: Tue Jun 08, 2010 2:08 am

Inline datepicker with multiple calendar months

Post by ashlythomas »

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
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Inline datepicker with multiple calendar months

Post by pickle »

Check the jQuery UI datepicker
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply