tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 108 forks source link

Month and Year change like UI Datepicker #6

Closed ykbks closed 9 years ago

ykbks commented 9 years ago

Hello, first of all, awesome plugin. Really a great work. This is more like a request. Is it possible to change months and years like UI datepicker changeMonth and changeYear options?

ghola commented 9 years ago

Since the daterangepicker is based on the jQuery UI Datepicker, any option that you can use with the datepicker, you can with the daterangepicker too.

You can pass options to the underlaying datepicker using the datepickerOptions option, like in the "Multiple Months" example found here: http://tamble.github.io/jquery-ui-daterangepicker/.

Let us know if that solves your request.

ghola commented 9 years ago

Closing due to inactivity.