Would like to know if it's possible to implement the following :
1) To display 2 months 2) When the user selects the date on the check in to automatically display the past dates on Box #2 (checkout)
Also I have no idea why the calendar is displaying sooo small, I included the libraries from the eternicode sandbox to try the plugins.
Thanks in advance for the help
Andrew Rowls
unread,
Feb 11, 2014, 4:31:02 PM2/11/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alejandro Weintz, bootstrap-...@googlegroups.com
> 1) To display 2 months
I'm afraid not.
> 2) When the user selects the date on the check in to automatically
> display the past dates on Box #2 (checkout)
If you mean to *disable* past dates, yes, you can call datepicker's `setStartDate` method on #checkout to set the `startDate` option (the earliest selectable date) for its picker. You would do this from a `changeDate` event handler bound to #checkin.