RonyK
RonyK

Reputation: 2674

jQuery bootstrap date range picker with months only view mode

I need a jQuery date range picker that combines the features of these following two great plug-ins. In bootstrap-daterangepicker I'm missing the ability to define only months view mode. And in bootstrap-datepicker I'm missing few things:

Can anyone recommend such a plug-in that has all these mentioned features? Or recommend the best way to add the missing features to one of them?

Upvotes: 2

Views: 13472

Answers (1)

RonyK
RonyK

Reputation: 2674

I decided to extend 'bootstrap-daterangepicker' to support month view mode. I've posted a pull request, but you can find my version here.

https://github.com/rklachko/bootstrap-daterangepicker/tree/month-view

Upvotes: 1

Related Questions