Framework7 Calendar/ DatepickerCalendar is a component in Framework7 which facilitates you to handle dates easily and can be used as an inline or as an overlay component. The overlay calendar will be converted to popover on tablets automatically. You can create and initialize calendar by using JavaScript. You have to use the related App's method as shown below: myApp.calendar(parameters): This method returns initialized calendar instance. It accepts an object as paramaters. Usage of CalendarThere are mainly three types of usage of calendar in Framework7:
Next TopicFramework7 Calendar Instance |