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

Now there is a problem with tsc compiling: node_modules/bootstrap-year-calendar/typescript/bootstrap-year-calendar.d.ts(6,22): error TS6053: File '/node_modules/bootstrap-year-calendar/jquery/jquery.d.ts' not found. So this pull request inserts /// directive and we have a reference to jquery package...

If I set minDate or maxDate, how can I remove it after, like when calendar is initialized by default? I tested, setMaxDate(null) but does nothing. Thanks!

My quick function to show the current date on the year calendar. Strangely I did not find this basic functionality into documentation. ``` var currentYear = new Date().getFullYear(); var currentMonth...

Hello, Im new here. I just would like to know how can i add multiple datasources on the same calendar. For example i have a datasource of events and another...

I am not able to display the entire calendar in one page, I get the calendar one below the other. Also not able to perform any events. Is there anything...

Calendar is working in my site but other options are not working. And how to identify the trigger of prev , next and yearly-title clicks?

2nd Saturday in October is duplicated in Firefox v48.0.2

Hi, I need a click event option on month name. When I will click on month name then It will contain selected year and month such as '2018-03' for click...

Sorry I'm new using AJAX and I wanted to get the year and the month when I click on a day. I suposed that I should use OnClick and something...