longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

Added focusDate option #477

Closed phmasek closed 3 years ago

phmasek commented 4 years ago

focusDate option to choose which month and year to render first.

monovertex commented 3 years ago

This should already be possible using the defaultTime and defaultEndTime config values. I will be closing this PR, but feel free to reopen it if I misunderstood your intention or you feel that these config values are not enough for your use case.