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

/** * Belarussian translation for js-year-calendar */ Calendar.locales['by'] = { days: ["Нядзеля", "Панядзелак", "Аўторак", "Серада", "Чацвер", "Пятніца", "Субота"], daysShort: ["Ндз", "Пан", "Аўт", "Срд", "Чцв", "Птн", "Суб"], daysMin: ["Нд", "Пн", "Аў",...

/** * korean translation for bootstrap-year-calendar * minho kim */ ;(function($){ $.fn.calendar.dates['ko'] = { days: ["일", "월", "화", "수", "목", "금", "토"], daysShort: ["일", "월", "화", "수", "목", "금", "토"],...

For debugging purpose while setting up the plugin, I use a temporary div whose html I update by the calendar's datasource. So, at first I was confused with the startDate...

Hi, cant make customDataSourceRenderer working in iphones 6< and iTabs.. in chrome or any other normal browser everything is working perfect but not in iPhones..

Hi all, I just want to set a different style to some "special" days. So I'm playing with customDataSourceRenderer. my problem: I want to set a different TEXT for a...

I wrote a language pack for this package. I hope the Author could add it. ``` _defineProperty(Calendar, "locales", { en: { days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], daysShort:...

When we are using Havana time zone (UTC -5) march 31 is not workgin. We have tried in your example and we have confirmed the problem: https://www.bootstrap-year-calendar.com/#Examples/Full%20example

Hi, Is it possible to have an event raised when the user clicks on a day of the week - eg when i am in annual view and it shows...

hi, i'm trying to customize this part of script but without success. I have only "delete" click event but this open submenu. I want open only delete directly without other...