mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.52k stars 407 forks source link

In range datepicker need both calender with same month. #720

Closed nazim1quadri closed 1 year ago

nazim1quadri commented 1 year ago

I have a datepicker to select from date and to date from range picker, this works but my requirement is quite different. Actually i need both calendar with same month. My requirement is i want to select from date by clicking on first calendar and to date by clicking on second calendar.

I ave attached a screenshot which i need to achieve.

image

mengxiong10 commented 1 year ago

https://codesandbox.io/s/range-in-datepicker2x-mode-hlzrg?file=/src/App.vue

nazim1quadri commented 1 year ago

Than you so much for your instant reply.

I m using below codepen. https://codepen.io/OlegF/pen/XWdPrjb

Can i implement in this codepen