capacitor-community / date-picker

Native DateTime Picker Plugin for Capacitor Apps
MIT License
88 stars 29 forks source link

Range select support #34

Open carlosen14 opened 3 years ago

carlosen14 commented 3 years ago

Is your feature request related to a problem? Please describe. Being able to show only one calendar to select a Start and an End dates.

Describe the solution you'd like Set an Input to specify if this is a range calendar, then when you click the first date, it is a Start date, when you select the secnd date this will be the End date. then, paint (change background) the middle dates.

Describe alternatives you've considered Showing two calendars to accomplish this, one to select Start, another to select End.

Additional context