- I need to set the “start date” to +1 day from the current day.
- And +3 days from the “start date” for the “end day”
- (optional) Highlight the trailing days

Fiddle can be found here: http://jsbin.com/icuduv/1
Thanks!
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.
well you can simply do it like this
i have updated your demo as well have a look Here
for highlighting dates you can use the beforeShowDay event. It will get called for each date that needs to be shown in the calendar.