A repository of over 1000 quality jQuery plugins

jQuery bootstrap-year-calendar

bootstrap-year-calendar is a jQuery Date & Time plugin.

Created by Paul-DS

A fully customizable year calendar widget, for jQuery and bootstrap.

Not what you're looking for? Click here to view more Date & Time jQuery plugins

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 :

  • Bootstrap v3.0.0 or later
  • jQuery v1.8.0 or later

Installation

You can get the widget using the following methods:

  • From the GitHub repository or the official website.
  • From the Node package manager, using the following command: npm install bootstrap-year-calendar
  • From Bower, using the following command: bower install bootstrap-year-calendar

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>


  • alwandy

    $(function() {
    $(‘#calendar’).calendar({
    displayWeekNumber: true
    });
    });

    i cannot call the calendar, can you help me?

  • ruwantha

    is it possible to add data to database and retrieve data from the database by using this plugin?

You might also like these other Date & Time jQuery Plugins

  • timedropper

    timedropper is a jQuery UI timepicker. Manage time input fields in a standard form. Focus on the input to open […]

  • jClocksGMT.js

    jClocksGMT is a jQuery analog and digital clock(s) plugin based on GMT offsets. Perfect for world clocks. Now supporting automatic [&hell...

  • Datedropper

    datedropper is a jQuery plugin that provides a quick and easy way to manage dates for input fields.

License:

Apache License