We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当传入timeZone 时,因为NSDate+BRPickerView中的br_calendar的timeZone 没有设置成传入的timeZone,导致日历的起止时间显示不正确
The text was updated successfully, but these errors were encountered:
使用的版本:pod 'BRPickerView', '2.7.8'
Sorry, something went wrong.
543c70d
新版本代码中并没有修复的代码
可以使用下面方法来创建起止时间
/// ---------------- 创建 date ---------------- /** 通过 NSDateComponents对象 来创建 NSDate对象(可以设置时区) */ + (nullable NSDate *)br_setDateFromComponents:(NSDateComponents *)components timeZone:(NSTimeZone *)timeZone;
No branches or pull requests
当传入timeZone 时,因为NSDate+BRPickerView中的br_calendar的timeZone 没有设置成传入的timeZone,导致日历的起止时间显示不正确
The text was updated successfully, but these errors were encountered: