bootstrap-year-calendar icon indicating copy to clipboard operation
bootstrap-year-calendar copied to clipboard

[DEPRECATED] A fully customizable year calendar widget, for boostrap !

Results 107 bootstrap-year-calendar issues
Sort by recently updated
recently updated
newest added

I create year calendar but it's not working on first load. If I change year and data source will load completely. ``` $(document).ready(function() { var currentYear = new Date().getFullYear(); var...

Hi, i catch the array with php of my SQL format "Y,M,D", how use the disableDays? or setDisableDays? from array? thk

Hello thank you for build this Calendar. it is So beautiful The people of Iran and Afghanistan have their **own** calendar How can we change this calendar to the Persian...

Since it was quite hard to make it work, here is an example to load data over jQuery ajax from json file

I have two separate calendar controls on one page in my project, showing in individual partial views that are shown or hidden on click of a button (like going through...

In "_renderDataSource" function the if statement for pushing month data is incorrect. `if (!(_this.options.dataSource[i].startDate >= lastDate) || (_this.options.dataSource[i].endDate < firstDate))` "!" should be for the result for the both checks,...

The typedefinition is included in the npm package for anyone that is looking for it. @Paul-DS you might consider using @types for typing definition: - https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/

Release alpha 6 of bootstrap 4 is out now, and it seems that everything is broken layout wise. do you plan to update bootstrap-year-calendar?

Hi thanks for a great calendar script! Im trying to get the popover to stay while I keep the mouse on top of it. I've been trying this mouseOutDay: function(e)...

Correct an error that doesn't shows 31 october and shows 14 october duplicated.