kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

Date range selection from next month #109

Open geethzz opened 2 years ago

geethzz commented 2 years ago

If I select start date from next month (say from February and today is 31st Jan), it will return to current month. eg. I select February 15th as start date, then it will return to January(current month). So I need to click next button to select the end date from February. It will be ok, if it is next month, but if I select date from December or from another year, it will be difficult. How can I preserve this selection