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

Hi there, I'm pretty new with this calendar and I don't know how to use my own JSON from a query on MySQL, to change the default DataSource in the...

Try to check for details at April 29 in your Full Example to recreate the scenario.

![image](https://user-images.githubusercontent.com/2762145/26855105-c469f144-4b08-11e7-9be9-86b7a337a67f.png)

Hello everyone, First of all thank you for the great year calendar, currently i am stuck between a tiny thing that i want to enable only 6 months from the...

It shows vertical scrollbars on big screens. ![untitled](https://user-images.githubusercontent.com/1856782/27847880-65995692-6173-11e7-90eb-256a689f606f.png)

hello ! selectRange(e) holidayKindCode

Hey, I noticed that, if you use german language, there's a problem with the umlauts. I added a 'charset=utf-8' to the script tag, but that didn't work. So I digged...

$(function() { var currentYear = new Date().getFullYear(); $('#calendar').calendar({ disabledDays: [ new Date(currentYear,1,2), new Date(currentYear,1,3), new Date(currentYear,1,8), ] }); }); I wanted to click to the disabled date and alert it...

i have a customDataSourceRenderer and it works great at initiation. How can i make calendar use my customDataSourceRenderer at all setDataSource method calls ? thanks.