changhuixu / date-range-picker

Angular components for Date Range Picker and Date Picker using ng-bootstrap
https://changhuixu.github.io/date-range-picker/
14 stars 5 forks source link

Opening picker on dates before/after current two months doesn't display range #3

Closed jacobbp25 closed 5 years ago

jacobbp25 commented 5 years ago

Opening the datepicker should default to opening with part of the selected range instead of todays month + the next month.

For example. If today is 11/11/18 opening the date picker will display September and October, even if the range is 1/1/2018 to 1/15/2018.

Expected results should display the end of the range as part of the displayed months.