JBCalendarDatePicker
JBCalendarDatePicker copied to clipboard
Setting mode doesn't work
I have set the datePickerMode to date, but it still shows the time. Here is the code
datePicker.datePickerMode = .date
I am basing my code off your samples