Commit 517b63d0 authored by David黄金龙's avatar David黄金龙

时间段选择 可选择今天

parent dfc6263b
......@@ -126,7 +126,7 @@ extension YHRangeDatePickerView {
}
func minimumDate(for calendar: FSCalendar) -> Date {
return self.gregorian.date(byAdding: .day, value: 1, to: Date())!
return self.gregorian.date(byAdding: .day, value: 0, to: Date())!
}
func maximumDate(for calendar: FSCalendar) -> Date {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment