Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link
boostrap bootstrap-year-calendar calendar jquery widget

⚠️ Deprecated!

The library has been rewritten to remove all dependencies.

The current version is deprecated, and won't be maintained anymore.

You can find the new version here: https://year-calendar.github.io/ (also available for React.js and Vue.js).


bootstrap-year-calendar

A fully customizable year calendar widget, for boostrap ! You can find all details on the official website.

alt tag

Requirements

This plugin requires the following libraries :

Installation

You can get the widget using the following methods:

Usage

You can create a calendar using the following javascript code :

$('.calendar').calendar()

or

$('.calendar').calendar(options)

or with the data-provide html attribute

<div data-provide="calendar"></div>