Hello,
On my mobile app, I have created a range calendar, with some of the settings:
mobiscroll.settings = {
theme: "windows"
,lang: "en-UK"
,setOnDayTap: true
,showLabel: false
,min: "today"
,yearChange: false
,showOuterDays: false
,display: "bottom"
,layout: "liquid"
,months: 1
,cssClass: "calmobile"
,calendarScroll: "vertical"
}
My issue is I want to display 2 months, but not horizontally, but instead one on top of the other, so 2 calendars display and can vertical scroll through. How do I achieve that?