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?
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