CalendarDateRangePickerViewController icon indicating copy to clipboard operation
CalendarDateRangePickerViewController copied to clipboard

Allow same date selection for From Date and To Date

Open iAj43 opened this issue 5 years ago • 3 comments

Hello guys, can anyone help on how I can select same date for both From Date and To Date when tapping Done?

Example as per screenshot 13 Sep for both as a From Date and To date

Screenshot 2019-09-14 at 2 50 35 PM

iAj43 avatar Sep 14 '19 09:09 iAj43

did u found a solution??

basmaamahmoud avatar Nov 03 '19 10:11 basmaamahmoud

Love the idea. I would like to know how to select single date as well.

czxxtil avatar Jan 16 '20 05:01 czxxtil

i added the fix in my fork. Returns startDate and endDate as same.

https://github.com/cpajuelodeveloper/CalendarDateRangePicker-Swift5

dateRangePickerViewController.allowSelectSingleDate = true

cpajuelodeveloper avatar Jun 21 '21 06:06 cpajuelodeveloper