-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
设置时间的上下限直接崩溃 #30
Comments
你好,不要传秒数就可以。 我下个版本修复一下这个bug,谢谢你的提醒 |
你好,我在原来的版本2.1.3上修复了这个bug。
|
好的我试试 |
注意:参数 minDateStr 和 maxDateStr 的格式都是:yyyy-MM-dd HH:mm:ss(格式错误时,时间上下限不会生效) |
[BRDatePickerView showDatePickerWithTitle:@"请选择开始时间" dateType:UIDatePickerModeDateAndTime defaultSelValue:@"2018-03-27 00:00:00" minDateStr:@"2018-03-21 15:00:00" maxDateStr:@"2018-04-05 16:00:00" isAutoSelect:NO themeColor:nil resultBlock:^(NSString *selectValue) {
MYLog(@"------%@",selectValue);
}];
The text was updated successfully, but these errors were encountered: