I am using the jquery datepicker. I have to change some display showing the calendar.
I don’t have enough reputation to post an image so i have posted in jquery forum. Kindly look over it and guide me and how to implement this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IF you simply want to show the current month plus any days in incomplete weeks – days from other months, you can do this as such:
If you wish to show the next months incomplete week, PLUS one more week, you will need to do this differently.
The
selectOtherMonths: trueportion above sets if the OTHER months dates are selectable (true) or not (false), the current months days are more bold visually but ALL are selectable if this is true.EDIT: The question remains then, if you want the EXTRA week of dates listed from the NEXT month? IF that last is true, I think perhaps we are looking at the need for custom code or another plug-in to use.